Color Hex Logo

#fb8020 Color Hex

#FB8020
(251,128,32)
0 Favorites   0 Comments

Color spaces of #fb8020

RGB 25112832
HSL0.070.960.55
HSV26°87°98°
CMYK 0.000.490.87   0.02
XYZ47.763536.05195.8078
Yxy36.05190.53290.4023
Hunter Lab60.043236.918436.2953
CIE-Lab66.559641.657067.0581

#fb8020 color RGB value is (251,128,32).

#fb8020 hex color red value is 251, green value is 128 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #fb8020 hue: 0.07 , saturation: 0.96 and the lightness value of fb8020 is 0.55.

The process color (four color CMYK) of #fb8020 color hex is 0.00, 0.49, 0.87, 0.02. Web safe color of #fb8020 is #ff9933. Color #fb8020 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000000 00100000
Octal 373 200 40
Decimal 251 128 32
Hex FB 80 20

RGB Percentages of Color #fb8020

%61.07
%31.14
%7.79

CMYK Percentages of Color #fb8020

%0
%49
%87
%2

Triadic Colors of #fb8020

#fb8020 #20fb80 #8020fb

Analogous Colors of #fb8020

#fb8020 #fbee20 #fb202e

Monochromatic Colors of #fb8020

#fb8020

Complementary Color

#fb8020 #209bfb

#fb8020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8020 Color CSS Codes

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

#fb8020 Text Font Color

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

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


#fb8020 Background Color

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

This div background color is #fb8020


#fb8020 Border Color

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

This div border color is #fb8020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8020


Comments

No comments written yet.

Please login to write comment.