Color Hex Logo

#fc490b Color Hex

#FC490B
(252,73,11)
0 Favorites   0 Comments

Color spaces of #fc490b

RGB 2527311
HSL0.040.980.52
HSV15°96°99°
CMYK 0.000.710.96   0.01
XYZ42.587825.48472.9910
Yxy25.48470.59930.3586
Hunter Lab50.482462.241531.8248
CIE-Lab57.544765.603666.4551

#fc490b color RGB value is (252,73,11).

#fc490b hex color red value is 252, green value is 73 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fc490b hue: 0.04 , saturation: 0.98 and the lightness value of fc490b is 0.52.

The process color (four color CMYK) of #fc490b color hex is 0.00, 0.71, 0.96, 0.01. Web safe color of #fc490b is #ff3300. Color #fc490b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001001 00001011
Octal 374 111 13
Decimal 252 73 11
Hex FC 49 B

RGB Percentages of Color #fc490b

%75.00
%21.73
%3.27

CMYK Percentages of Color #fc490b

%0
%71
%96
%1

Triadic Colors of #fc490b

#fc490b #0bfc49 #490bfc

Analogous Colors of #fc490b

#fc490b #fcc20b #fc0b46

Monochromatic Colors of #fc490b

#fc490b

Complementary Color

#fc490b #0bbefc

#fc490b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc490b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc490b Color CSS Codes

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

#fc490b Text Font Color

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

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


#fc490b Background Color

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

This div background color is #fc490b


#fc490b Border Color

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

This div border color is #fc490b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc490b


Comments

No comments written yet.

Please login to write comment.