Color Hex Logo

#fb350a Color Hex

#FB350A
(251,53,10)
0 Favorites   0 Comments

Color spaces of #fb350a

RGB 2515310
HSL0.030.970.51
HSV11°96°98°
CMYK 0.000.790.96   0.02
XYZ41.111623.07742.5747
Yxy23.07740.61580.3457
Hunter Lab48.038968.691730.4495
CIE-Lab55.152071.444165.2705

#fb350a color RGB value is (251,53,10).

#fb350a hex color red value is 251, green value is 53 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #fb350a hue: 0.03 , saturation: 0.97 and the lightness value of fb350a is 0.51.

The process color (four color CMYK) of #fb350a color hex is 0.00, 0.79, 0.96, 0.02. Web safe color of #fb350a is #ff3300. Color #fb350a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110101 00001010
Octal 373 65 12
Decimal 251 53 10
Hex FB 35 A

RGB Percentages of Color #fb350a

%79.94
%16.88
%3.18

CMYK Percentages of Color #fb350a

%0
%79
%96
%2

Triadic Colors of #fb350a

#fb350a #0afb35 #350afb

Analogous Colors of #fb350a

#fb350a #fbae0a #fb0a57

Monochromatic Colors of #fb350a

#fb350a

Complementary Color

#fb350a #0ad0fb

#fb350a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb350a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb350a Color CSS Codes

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

#fb350a Text Font Color

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

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


#fb350a Background Color

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

This div background color is #fb350a


#fb350a Border Color

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

This div border color is #fb350a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb350a


Comments

No comments written yet.

Please login to write comment.