Color Hex Logo

#fb7431 Color Hex

#FB7431
(251,116,49)
0 Favorites   0 Comments

Color spaces of #fb7431

RGB 25111649
HSL0.060.960.59
HSV20°80°98°
CMYK 0.000.540.80   0.02
XYZ46.583433.22186.8630
Yxy33.22180.53750.3833
Hunter Lab57.638443.396833.2872
CIE-Lab64.340147.922558.9232

#fb7431 color RGB value is (251,116,49).

#fb7431 hex color red value is 251, green value is 116 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #fb7431 hue: 0.06 , saturation: 0.96 and the lightness value of fb7431 is 0.59.

The process color (four color CMYK) of #fb7431 color hex is 0.00, 0.54, 0.80, 0.02. Web safe color of #fb7431 is #ff6633. Color #fb7431 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110100 00110001
Octal 373 164 61
Decimal 251 116 49
Hex FB 74 31

RGB Percentages of Color #fb7431

%60.34
%27.88
%11.78

CMYK Percentages of Color #fb7431

%0
%54
%80
%2

Triadic Colors of #fb7431

#fb7431 #31fb74 #7431fb

Analogous Colors of #fb7431

#fb7431 #fbd931 #fb3153

Monochromatic Colors of #fb7431

#fb7431

Complementary Color

#fb7431 #31b8fb

#fb7431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7431 Color CSS Codes

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

#fb7431 Text Font Color

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

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


#fb7431 Background Color

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

This div background color is #fb7431


#fb7431 Border Color

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

This div border color is #fb7431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7431


Comments

No comments written yet.

Please login to write comment.