Color Hex Logo

#fb8a2f Color Hex

#FB8A2F
(251,138,47)
0 Favorites   0 Comments

Color spaces of #fb8a2f

RGB 25113847
HSL0.070.960.58
HSV27°81°98°
CMYK 0.000.450.81   0.02
XYZ49.385238.89147.5932
Yxy38.89140.51510.4057
Hunter Lab62.363032.218936.4350
CIE-Lab68.672536.998463.6647

#fb8a2f color RGB value is (251,138,47).

#fb8a2f hex color red value is 251, green value is 138 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #fb8a2f hue: 0.07 , saturation: 0.96 and the lightness value of fb8a2f is 0.58.

The process color (four color CMYK) of #fb8a2f color hex is 0.00, 0.45, 0.81, 0.02. Web safe color of #fb8a2f is #ff9933. Color #fb8a2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001010 00101111
Octal 373 212 57
Decimal 251 138 47
Hex FB 8A 2F

RGB Percentages of Color #fb8a2f

%57.57
%31.65
%10.78

CMYK Percentages of Color #fb8a2f

%0
%45
%81
%2

Triadic Colors of #fb8a2f

#fb8a2f #2ffb8a #8a2ffb

Analogous Colors of #fb8a2f

#fb8a2f #fbf02f #fb2f3a

Monochromatic Colors of #fb8a2f

#fb8a2f

Complementary Color

#fb8a2f #2fa0fb

#fb8a2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8a2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8a2f Color CSS Codes

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

#fb8a2f Text Font Color

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

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


#fb8a2f Background Color

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

This div background color is #fb8a2f


#fb8a2f Border Color

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

This div border color is #fb8a2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8a2f

Related Colors


Comments

No comments written yet.

Please login to write comment.