Color Hex Logo

#fb470a Color Hex

#FB470A
(251,71,10)
0 Favorites   0 Comments

Color spaces of #fb470a

RGB 2517110
HSL0.040.970.51
HSV15°96°98°
CMYK 0.000.720.96   0.02
XYZ42.091725.03762.9014
Yxy25.03760.60100.3575
Hunter Lab50.037662.588731.5884
CIE-Lab57.112065.976966.3179

#fb470a color RGB value is (251,71,10).

#fb470a hex color red value is 251, green value is 71 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #fb470a hue: 0.04 , saturation: 0.97 and the lightness value of fb470a is 0.51.

The process color (four color CMYK) of #fb470a color hex is 0.00, 0.72, 0.96, 0.02. Web safe color of #fb470a is #ff3300. Color #fb470a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000111 00001010
Octal 373 107 12
Decimal 251 71 10
Hex FB 47 A

RGB Percentages of Color #fb470a

%75.60
%21.39
%3.01

CMYK Percentages of Color #fb470a

%0
%72
%96
%2

Triadic Colors of #fb470a

#fb470a #0afb47 #470afb

Analogous Colors of #fb470a

#fb470a #fbc00a #fb0a45

Monochromatic Colors of #fb470a

#fb470a

Complementary Color

#fb470a #0abefb

#fb470a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb470a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb470a Color CSS Codes

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

#fb470a Text Font Color

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

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


#fb470a Background Color

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

This div background color is #fb470a


#fb470a Border Color

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

This div border color is #fb470a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,71,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb470a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb470a;
  -webkit-box-shadow: 1px 1px 3px 2px #fb470a;
  box-shadow:         1px 1px 3px 2px #fb470a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,71,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb470a


Comments

No comments written yet.

Please login to write comment.