Color Hex Logo

#fc663b Color Hex

#FC663B
(252,102,59)
0 Favorites   0 Comments

Color spaces of #fc663b

RGB 25210259
HSL0.040.970.61
HSV13°77°99°
CMYK 0.000.600.77   0.01
XYZ45.685730.51407.6196
Yxy30.51400.54500.3640
Hunter Lab55.239550.959030.4893
CIE-Lab62.095255.050052.2292

#fc663b color RGB value is (252,102,59).

#fc663b hex color red value is 252, green value is 102 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #fc663b hue: 0.04 , saturation: 0.97 and the lightness value of fc663b is 0.61.

The process color (four color CMYK) of #fc663b color hex is 0.00, 0.60, 0.77, 0.01. Web safe color of #fc663b is #ff6633. Color #fc663b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100110 00111011
Octal 374 146 73
Decimal 252 102 59
Hex FC 66 3B

RGB Percentages of Color #fc663b

%61.02
%24.70
%14.29

CMYK Percentages of Color #fc663b

%0
%60
%77
%1

Triadic Colors of #fc663b

#fc663b #3bfc66 #663bfc

Analogous Colors of #fc663b

#fc663b #fcc73b #fc3b71

Monochromatic Colors of #fc663b

#fc663b

Complementary Color

#fc663b #3bd1fc

#fc663b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc663b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc663b Color CSS Codes

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

#fc663b Text Font Color

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

This sample text font color is #fc663b
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.


#fc663b Background Color

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

This div background color is #fc663b


#fc663b Border Color

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

This div border color is #fc663b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc663b


Comments

No comments written yet.

Please login to write comment.