Color Hex Logo

#fb905f Color Hex

#FB905F
(251,144,95)
0 Favorites   0 Comments

Color spaces of #fb905f

RGB 25114495
HSL0.050.950.68
HSV19°62°98°
CMYK 0.000.430.62   0.02
XYZ51.822541.282016.0633
Yxy41.28200.47470.3782
Hunter Lab64.251131.532030.1528
CIE-Lab70.373036.175443.2402

#fb905f color RGB value is (251,144,95).

#fb905f hex color red value is 251, green value is 144 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fb905f hue: 0.05 , saturation: 0.95 and the lightness value of fb905f is 0.68.

The process color (four color CMYK) of #fb905f color hex is 0.00, 0.43, 0.62, 0.02. Web safe color of #fb905f is #ff9966. Color #fb905f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010000 01011111
Octal 373 220 137
Decimal 251 144 95
Hex FB 90 5F

RGB Percentages of Color #fb905f

%51.22
%29.39
%19.39

CMYK Percentages of Color #fb905f

%0
%43
%62
%2

Triadic Colors of #fb905f

#fb905f #5ffb90 #905ffb

Analogous Colors of #fb905f

#fb905f #fbde5f #fb5f7c

Monochromatic Colors of #fb905f

#fb905f

Complementary Color

#fb905f #5fcafb

#fb905f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb905f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb905f Color CSS Codes

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

#fb905f Text Font Color

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

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


#fb905f Background Color

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

This div background color is #fb905f


#fb905f Border Color

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

This div border color is #fb905f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb905f


Comments

No comments written yet.

Please login to write comment.