Color Hex Logo

#fb300f Color Hex

#FB300F
(251,48,15)
0 Favorites   0 Comments

Color spaces of #fb300f

RGB 2514815
HSL0.020.970.52
HSV94°98°
CMYK 0.000.810.94   0.02
XYZ40.926822.65762.6682
Yxy22.65760.61770.3420
Hunter Lab47.600070.175529.9965
CIE-Lab54.717972.747763.8354

#fb300f color RGB value is (251,48,15).

#fb300f hex color red value is 251, green value is 48 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #fb300f hue: 0.02 , saturation: 0.97 and the lightness value of fb300f is 0.52.

The process color (four color CMYK) of #fb300f color hex is 0.00, 0.81, 0.94, 0.02. Web safe color of #fb300f is #ff3300. Color #fb300f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110000 00001111
Octal 373 60 17
Decimal 251 48 15
Hex FB 30 F

RGB Percentages of Color #fb300f

%79.94
%15.29
%4.78

CMYK Percentages of Color #fb300f

%0
%81
%94
%2

Triadic Colors of #fb300f

#fb300f #0ffb30 #300ffb

Analogous Colors of #fb300f

#fb300f #fba60f #fb0f64

Monochromatic Colors of #fb300f

#fb300f

Complementary Color

#fb300f #0fdafb

#fb300f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb300f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb300f Color CSS Codes

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

#fb300f Text Font Color

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

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


#fb300f Background Color

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

This div background color is #fb300f


#fb300f Border Color

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

This div border color is #fb300f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb300f


Comments

No comments written yet.

Please login to write comment.