Color Hex Logo

#fb8402 Color Hex

#FB8402
(251,132,2)
0 Favorites   0 Comments

Color spaces of #fb8402

RGB 2511322
HSL0.090.980.50
HSV31°99°98°
CMYK 0.000.470.99   0.02
XYZ48.045937.01614.6700
Yxy37.01610.53540.4125
Hunter Lab60.840934.489638.0376
CIE-Lab67.289139.294373.5937

#fb8402 color RGB value is (251,132,2).

#fb8402 hex color red value is 251, green value is 132 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #fb8402 hue: 0.09 , saturation: 0.98 and the lightness value of fb8402 is 0.50.

The process color (four color CMYK) of #fb8402 color hex is 0.00, 0.47, 0.99, 0.02. Web safe color of #fb8402 is #ff9900. Color #fb8402 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000100 00000010
Octal 373 204 2
Decimal 251 132 2
Hex FB 84 2

RGB Percentages of Color #fb8402

%65.19
%34.29
%0.52

CMYK Percentages of Color #fb8402

%0
%47
%99
%2

Triadic Colors of #fb8402

#fb8402 #02fb84 #8402fb

Analogous Colors of #fb8402

#fb8402 #f6fb02 #fb0802

Monochromatic Colors of #fb8402

#fb8402

Complementary Color

#fb8402 #0279fb

#fb8402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8402 Color CSS Codes

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

#fb8402 Text Font Color

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

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


#fb8402 Background Color

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

This div background color is #fb8402


#fb8402 Border Color

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

This div border color is #fb8402


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8402

Related Colors


Comments

No comments written yet.

Please login to write comment.