Color Hex Logo

#fc991a Color Hex

#FC991A
(252,153,26)
0 Favorites   0 Comments

Color spaces of #fc991a

RGB 25215326
HSL0.090.970.55
HSV34°90°99°
CMYK 0.000.390.90   0.01
XYZ51.722643.55256.6577
Yxy43.55250.50740.4273
Hunter Lab65.994324.408140.2147
CIE-Lab71.928429.208772.8082

#fc991a color RGB value is (252,153,26).

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

The process color (four color CMYK) of #fc991a color hex is 0.00, 0.39, 0.90, 0.01. Web safe color of #fc991a is #ff9933. Color #fc991a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011001 00011010
Octal 374 231 32
Decimal 252 153 26
Hex FC 99 1A

RGB Percentages of Color #fc991a

%58.47
%35.50
%6.03

CMYK Percentages of Color #fc991a

%0
%39
%90
%1

Triadic Colors of #fc991a

#fc991a #1afc99 #991afc

Analogous Colors of #fc991a

#fc991a #eefc1a #fc281a

Monochromatic Colors of #fc991a

#fc991a

Complementary Color

#fc991a #1a7dfc

#fc991a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc991a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc991a Color CSS Codes

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

#fc991a Text Font Color

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

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


#fc991a Background Color

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

This div background color is #fc991a


#fc991a Border Color

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

This div border color is #fc991a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc991a

Related Colors


Comments

No comments written yet.

Please login to write comment.