Color Hex Logo

#fb8021 Color Hex

#FB8021
(251,128,33)
0 Favorites   0 Comments

Color spaces of #fb8021

RGB 25112833
HSL0.070.960.56
HSV26°87°98°
CMYK 0.000.490.87   0.02
XYZ47.777336.05745.8805
Yxy36.05740.53250.4019
Hunter Lab60.047836.940636.2272
CIE-Lab66.563841.677266.7525

#fb8021 color RGB value is (251,128,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000000 00100001
Octal 373 200 41
Decimal 251 128 33
Hex FB 80 21

RGB Percentages of Color #fb8021

%60.92
%31.07
%8.01

CMYK Percentages of Color #fb8021

%0
%49
%87
%2

Triadic Colors of #fb8021

#fb8021 #21fb80 #8021fb

Analogous Colors of #fb8021

#fb8021 #fbed21 #fb212f

Monochromatic Colors of #fb8021

#fb8021

Complementary Color

#fb8021 #219cfb

#fb8021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb8021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb8021 Color CSS Codes

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

#fb8021 Text Font Color

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

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


#fb8021 Background Color

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

This div background color is #fb8021


#fb8021 Border Color

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

This div border color is #fb8021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb8021

Related Colors


Comments

No comments written yet.

Please login to write comment.