Color Hex Logo

#fc914a Color Hex

#FC914A
(252,145,74)
0 Favorites   0 Comments

Color spaces of #fc914a

RGB 25214574
HSL0.070.970.64
HSV24°71°99°
CMYK 0.000.420.71   0.01
XYZ51.506341.440711.7627
Yxy41.44070.49190.3958
Hunter Lab64.374530.163434.2285
CIE-Lab70.483634.866453.8566

#fc914a color RGB value is (252,145,74).

#fc914a hex color red value is 252, green value is 145 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fc914a hue: 0.07 , saturation: 0.97 and the lightness value of fc914a is 0.64.

The process color (four color CMYK) of #fc914a color hex is 0.00, 0.42, 0.71, 0.01. Web safe color of #fc914a is #ff9933. Color #fc914a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010001 01001010
Octal 374 221 112
Decimal 252 145 74
Hex FC 91 4A

RGB Percentages of Color #fc914a

%53.50
%30.79
%15.71

CMYK Percentages of Color #fc914a

%0
%42
%71
%1

Triadic Colors of #fc914a

#fc914a #4afc91 #914afc

Analogous Colors of #fc914a

#fc914a #fcea4a #fc4a5c

Monochromatic Colors of #fc914a

#fc914a

Complementary Color

#fc914a #4ab5fc

#fc914a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc914a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc914a Color CSS Codes

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

#fc914a Text Font Color

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

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


#fc914a Background Color

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

This div background color is #fc914a


#fc914a Border Color

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

This div border color is #fc914a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc914a


Comments

No comments written yet.

Please login to write comment.