Html Css Color HEX #FB8E01 Dark Orange

📋 copy color: '#FB8E01'

red 251 ◦ green 142 ◦ blue 1

#FB8E01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orange #FB8E01

Tints of Dark Orange #FB8E01

RGB

 RED value IS 251 (98.44% from 255) = 63.71%

 GREEN value IS 142 (55.86% from 255) = 36.04%

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 63.71%
G = 36.04%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FB8E01 (or 0xFB8E01) is known color: Dark Orange. HEX triplet: FB, 8E and 01. RGB value is (251,142,1). Sum of RGB (Red+Green+Blue) = 251+142+1=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8E01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8E01 is #0471FE. Grayscale: #9F9F9F. Windows color (decimal): -291327 or 102139. OLE color: 102139.

HSL color Cylindrical-coordinate representation of color #FB8E01: hue angle of 33.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB8E01 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 142 1 -
CMYK 0 0.43 1.00 0.02
HSL 33.84º 0.99% 0.49% -
HSV(B) 33.84º 1% 0.98% -
XYZ 49.46 39.86 5.12 -
YUV 158.52 39.11 193.96 -
System Red Green Blue C M Y K H S L
Decimal 251 142 1 0 0.43 1.00 0.02 33.84 0.99 0.49
Hex FB 8E 1 0 2B 64 2 22 63 31
Octal 373 216 1 0 53 144 2 42 143 61
Binary 11111011 10001110 1 0 101011 1100100 10 100010 1100011 110001

Color Harmonies of #FB8E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8E01

Black with #FB8E01

Text Example


Text Example

White with #FB8E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8E01; }

 p { color: rgb(251,142,1); }

 H1.HeaderClassName
 {
   color: #FB8E01;
 }
 .AnyTagClassName
 {
   color: #FB8E01;
 }
</style>

background-color css

<style>
 a { background-color: #FB8E01; }

 a { background-color: rgb(251,142,1); }

 div.DivClassName
 {
   background-color: #FB8E01;
 }
 .BgClassName
 {
   background-color: #FB8E01;
 }
</style>

border-color css

<style>
 span { border-color: #FB8E01; }

 span { border-color: rgb(251,142,1); }

 td.TdClassName
 {
   border-color: #FB8E01;
 }
 .TagClassName
 {
   border-color: #FB8E01;
 }
</style>