Color Hex Logo

#fb600a Color Hex

#FB600A
(251,96,10)
0 Favorites   0 Comments

Color spaces of #fb600a

RGB 2519610
HSL0.060.970.51
HSV21°96°98°
CMYK 0.000.620.96   0.02
XYZ44.021328.89693.5446
Yxy28.89690.57570.3779
Hunter Lab53.755852.103133.7196
CIE-Lab60.690556.289368.3645

#fb600a color RGB value is (251,96,10).

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

The process color (four color CMYK) of #fb600a color hex is 0.00, 0.62, 0.96, 0.02. Web safe color of #fb600a is #ff6600. Color #fb600a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100000 00001010
Octal 373 140 12
Decimal 251 96 10
Hex FB 60 A

RGB Percentages of Color #fb600a

%70.31
%26.89
%2.80

CMYK Percentages of Color #fb600a

%0
%62
%96
%2

Triadic Colors of #fb600a

#fb600a #0afb60 #600afb

Analogous Colors of #fb600a

#fb600a #fbd90a #fb0a2d

Monochromatic Colors of #fb600a

#fb600a

Complementary Color

#fb600a #0aa5fb

#fb600a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb600a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb600a Color CSS Codes

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

#fb600a Text Font Color

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

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


#fb600a Background Color

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

This div background color is #fb600a


#fb600a Border Color

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

This div border color is #fb600a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,96,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 #fb600a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb600a


Comments

No comments written yet.

Please login to write comment.