Color Hex Logo

#fb804a Color Hex

#FB804A
(251,128,74)
0 Favorites   0 Comments

Color spaces of #fb804a

RGB 25112874
HSL0.050.960.64
HSV18°71°98°
CMYK 0.000.490.71   0.02
XYZ48.738936.442010.9438
Yxy36.44200.50700.3791
Hunter Lab60.367238.473631.5085
CIE-Lab66.856343.065849.8664

#fb804a color RGB value is (251,128,74).

#fb804a hex color red value is 251, green value is 128 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fb804a hue: 0.05 , saturation: 0.96 and the lightness value of fb804a is 0.64.

The process color (four color CMYK) of #fb804a color hex is 0.00, 0.49, 0.71, 0.02. Web safe color of #fb804a is #ff9933. Color #fb804a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000000 01001010
Octal 373 200 112
Decimal 251 128 74
Hex FB 80 4A

RGB Percentages of Color #fb804a

%55.41
%28.26
%16.34

CMYK Percentages of Color #fb804a

%0
%49
%71
%2

Triadic Colors of #fb804a

#fb804a #4afb80 #804afb

Analogous Colors of #fb804a

#fb804a #fbd94a #fb4a6d

Monochromatic Colors of #fb804a

#fb804a

Complementary Color

#fb804a #4ac5fb

#fb804a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb804a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb804a Color CSS Codes

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

#fb804a Text Font Color

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

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


#fb804a Background Color

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

This div background color is #fb804a


#fb804a Border Color

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

This div border color is #fb804a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb804a

Related Colors


Comments

No comments written yet.

Please login to write comment.