Html Css Color HEX #FF8806 Dark Orange

📋 copy color: '#FF8806'

red 255 ◦ green 136 ◦ blue 6

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

Shades of Dark Orange #FF8806

Tints of Dark Orange #FF8806

RGB

 RED value IS 255 (100% from 255) = 64.23%

 GREEN value IS 136 (53.52% from 255) = 34.26%

 BLUE value IS 6 (2.73% from 255) = 1.51%

R = 64.23%
G = 34.26%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF8806 (or 0xFF8806) is known color: Dark Orange. HEX triplet: FF, 88 and 06. RGB value is (255,136,6). Sum of RGB (Red+Green+Blue) = 255+136+6=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 6 (2.73% from 255 or 1.51% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8806 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8806 is #0077F9. Grayscale: #9D9D9D. Windows color (decimal): -30714 or 428287. OLE color: 428287.

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

Color convert

RGB 255 136 6 -
CMYK 0 0.47 0.98 0
HSL 31.33º 1% 0.51% -
HSV(B) 31.33º 0.98% 1% -
XYZ 50.08 38.88 5.04 -
YUV 156.76 42.92 198.07 -
System Red Green Blue C M Y K H S L
Decimal 255 136 6 0 0.47 0.98 0 31.33 1 0.51
Hex FF 88 6 0 2F 62 0 1F 64 33
Octal 377 210 6 0 57 142 0 37 144 63
Binary 11111111 10001000 110 0 101111 1100010 0 11111 1100100 110011

Color Harmonies of #FF8806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8806

Black with #FF8806

Text Example


Text Example

White with #FF8806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8806; }

 p { color: rgb(255,136,6); }

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

background-color css

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

 a { background-color: rgb(255,136,6); }

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

border-color css

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

 span { border-color: rgb(255,136,6); }

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