Html Css Color HEX #FB8600 Dark Orange

📋 copy color: '#FB8600'

red 251 ◦ green 134 ◦ blue 0

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

Shades of Dark Orange #FB8600

Tints of Dark Orange #FB8600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.81%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.19%
G = 34.81%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FB8600 (or 0xFB8600) is known color: Dark Orange. HEX triplet: FB, 86 and 00. RGB value is (251,134,0). Sum of RGB (Red+Green+Blue) = 251+134+0=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8600 is #0479FF. Grayscale: #9A9A9A. Windows color (decimal): -293376 or 34555. OLE color: 34555.

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

Color convert

RGB 251 134 0 -
CMYK 0 0.47 1 0.02
HSL 32.03º 1% 0.49% -
HSV(B) 32.03º 1% 0.98% -
XYZ 48.31 37.56 4.7 -
YUV 153.71 41.26 197.4 -
System Red Green Blue C M Y K H S L
Decimal 251 134 0 0 0.47 1 0.02 32.03 1 0.49
Hex FB 86 0 0 2F 64 2 20 64 31
Octal 373 206 0 0 57 144 2 40 144 61
Binary 11111011 10000110 0 0 101111 1100100 10 100000 1100100 110001

Color Harmonies of #FB8600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8600

Black with #FB8600

Text Example


Text Example

White with #FB8600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8600; }

 p { color: rgb(251,134,0); }

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

background-color css

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

 a { background-color: rgb(251,134,0); }

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

border-color css

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

 span { border-color: rgb(251,134,0); }

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