Color Hex Logo

#fc662a Color Hex

#FC662A
(252,102,42)
0 Favorites   0 Comments

Color spaces of #fc662a

RGB 25210242
HSL0.050.970.58
HSV17°83°99°
CMYK 0.000.600.83   0.01
XYZ45.314230.36545.6633
Yxy30.36540.55710.3733
Hunter Lab55.104850.352032.4799
CIE-Lab61.968254.532859.7717

#fc662a color RGB value is (252,102,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100110 00101010
Octal 374 146 52
Decimal 252 102 42
Hex FC 66 2A

RGB Percentages of Color #fc662a

%63.64
%25.76
%10.61

CMYK Percentages of Color #fc662a

%0
%60
%83
%1

Triadic Colors of #fc662a

#fc662a #2afc66 #662afc

Analogous Colors of #fc662a

#fc662a #fccf2a #fc2a57

Monochromatic Colors of #fc662a

#fc662a

Complementary Color

#fc662a #2ac0fc

#fc662a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc662a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc662a Color CSS Codes

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

#fc662a Text Font Color

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

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


#fc662a Background Color

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

This div background color is #fc662a


#fc662a Border Color

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

This div border color is #fc662a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc662a


Comments

No comments written yet.

Please login to write comment.