Color Hex Logo

#fcc041 Color Hex

#FCC041
(252,192,65)
0 Favorites   0 Comments

Color spaces of #fcc041

RGB 25219265
HSL0.110.970.62
HSV41°74°99°
CMYK 0.000.240.74   0.01
XYZ59.948758.776413.1864
Yxy58.77640.45450.4456
Hunter Lab76.66585.412843.4682
CIE-Lab81.16859.965868.5813

#fcc041 color RGB value is (252,192,65).

#fcc041 hex color red value is 252, green value is 192 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #fcc041 hue: 0.11 , saturation: 0.97 and the lightness value of fcc041 is 0.62.

The process color (four color CMYK) of #fcc041 color hex is 0.00, 0.24, 0.74, 0.01. Web safe color of #fcc041 is #ffcc33. Color #fcc041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000000 01000001
Octal 374 300 101
Decimal 252 192 65
Hex FC C0 41

RGB Percentages of Color #fcc041

%49.51
%37.72
%12.77

CMYK Percentages of Color #fcc041

%0
%24
%74
%1

Triadic Colors of #fcc041

#fcc041 #41fcc0 #c041fc

Analogous Colors of #fcc041

#fcc041 #dbfc41 #fc6341

Monochromatic Colors of #fcc041

#fcc041

Complementary Color

#fcc041 #417dfc

#fcc041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc041 Color CSS Codes

.mybgcolor {background-color:#fcc041; } 
.myforecolor {color:#fcc041; }
.mybordercolor {border:3px solid #fcc041; }

#fcc041 Text Font Color

<p style="color:#fcc041">Text here</p>

This sample text font color is #fcc041
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fcc041 Background Color

<div style="background-color:#fcc041">
Div content here</div>

This div background color is #fcc041


#fcc041 Border Color

<div style="border:3px solid #fcc041">
Div here</div>

This div border color is #fcc041


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,192,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcc041; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcc041;
  -webkit-box-shadow: 1px 1px 3px 2px #fcc041;
  box-shadow:         1px 1px 3px 2px #fcc041; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,192,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcc041">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fcc041;
  -webkit-box-shadow: 1px 1px 3px 2px #fcc041;
  box-shadow:         1px 1px 3px 2px #fcc041;">
Div content here</div>

This div box has shadow with color #fcc041


Comments

No comments written yet.

Please login to write comment.