Color Hex Logo

#fc902a Color Hex

#FC902A
(252,144,42)
0 Favorites   0 Comments

Color spaces of #fc902a

RGB 25214442
HSL0.080.970.58
HSV29°83°99°
CMYK 0.000.430.83   0.01
XYZ50.536140.80917.4039
Yxy40.80910.51180.4133
Hunter Lab63.882029.415237.8457
CIE-Lab70.042034.194266.7156

#fc902a color RGB value is (252,144,42).

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

The process color (four color CMYK) of #fc902a color hex is 0.00, 0.43, 0.83, 0.01. Web safe color of #fc902a is #ff9933. Color #fc902a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010000 00101010
Octal 374 220 52
Decimal 252 144 42
Hex FC 90 2A

RGB Percentages of Color #fc902a

%57.53
%32.88
%9.59

CMYK Percentages of Color #fc902a

%0
%43
%83
%1

Triadic Colors of #fc902a

#fc902a #2afc90 #902afc

Analogous Colors of #fc902a

#fc902a #fcf92a #fc2a2d

Monochromatic Colors of #fc902a

#fc902a

Complementary Color

#fc902a #2a96fc

#fc902a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc902a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc902a Color CSS Codes

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

#fc902a Text Font Color

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

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


#fc902a Background Color

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

This div background color is #fc902a


#fc902a Border Color

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

This div border color is #fc902a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,144,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 #fc902a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc902a

Related Colors


Comments

No comments written yet.

Please login to write comment.