Html Css Color HEX #FF8006 Dark Orange

📋 copy color: '#FF8006'

red 255 ◦ green 128 ◦ blue 6

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

Shades of Dark Orange #FF8006

Tints of Dark Orange #FF8006

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.9%

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

R = 65.55%
G = 32.9%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF8006 (or 0xFF8006) is known color: Dark Orange. HEX triplet: FF, 80 and 06. RGB value is (255,128,6). Sum of RGB (Red+Green+Blue) = 255+128+6=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 6 (2.73% from 255 or 1.54% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8006 is #007FF9. Grayscale: #989898. Windows color (decimal): -32762 or 426239. OLE color: 426239.

HSL color Cylindrical-coordinate representation of color #FF8006: hue angle of 29.4º 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 #FF8006 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 255 128 6 -
CMYK 0 0.50 0.98 0
HSL 29.4º 1% 0.51% -
HSV(B) 29.4º 0.98% 1% -
XYZ 48.99 36.71 4.68 -
YUV 152.07 45.58 201.42 -
System Red Green Blue C M Y K H S L
Decimal 255 128 6 0 0.50 0.98 0 29.4 1 0.51
Hex FF 80 6 0 32 62 0 1D 64 33
Octal 377 200 6 0 62 142 0 35 144 63
Binary 11111111 10000000 110 0 110010 1100010 0 11101 1100100 110011

Color Harmonies of #FF8006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8006

Black with #FF8006

Text Example


Text Example

White with #FF8006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8006; }

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

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

background-color css

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

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

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

border-color css

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

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

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