Color Hex Logo

#fc661a Color Hex

#FC661A
(252,102,26)
0 Favorites   0 Comments

Color spaces of #fc661a

RGB 25210226
HSL0.060.970.55
HSV20°90°99°
CMYK 0.000.600.90   0.01
XYZ45.082730.27284.4444
Yxy30.27280.56490.3794
Hunter Lab55.020749.972533.7252
CIE-Lab61.888954.208565.4290

#fc661a color RGB value is (252,102,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100110 00011010
Octal 374 146 32
Decimal 252 102 26
Hex FC 66 1A

RGB Percentages of Color #fc661a

%66.32
%26.84
%6.84

CMYK Percentages of Color #fc661a

%0
%60
%90
%1

Triadic Colors of #fc661a

#fc661a #1afc66 #661afc

Analogous Colors of #fc661a

#fc661a #fcd71a #fc1a3f

Monochromatic Colors of #fc661a

#fc661a

Complementary Color

#fc661a #1ab0fc

#fc661a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc661a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc661a Color CSS Codes

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

#fc661a Text Font Color

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

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


#fc661a Background Color

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

This div background color is #fc661a


#fc661a Border Color

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

This div border color is #fc661a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc661a

Related Colors


Comments

No comments written yet.

Please login to write comment.