Html Css Color HEX #FF8009 Dark Orange

📋 copy color: '#FF8009'

red 255 ◦ green 128 ◦ blue 9

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

Shades of Dark Orange #FF8009

Tints of Dark Orange #FF8009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.3%

R = 65.05%
G = 32.65%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FF8009 (or 0xFF8009) is known color: Dark Orange. HEX triplet: FF, 80 and 09. RGB value is (255,128,9). Sum of RGB (Red+Green+Blue) = 255+128+9=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8009 is #007FF6. Grayscale: #999999. Windows color (decimal): -32759 or 622847. OLE color: 622847.

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

Color convert

RGB 255 128 9 -
CMYK 0 0.50 0.96 0
HSL 29.02º 1% 0.52% -
HSV(B) 29.02º 0.96% 1% -
XYZ 49.01 36.72 4.76 -
YUV 152.41 47.08 201.18 -
System Red Green Blue C M Y K H S L
Decimal 255 128 9 0 0.50 0.96 0 29.02 1 0.52
Hex FF 80 9 0 32 60 0 1D 64 34
Octal 377 200 11 0 62 140 0 35 144 64
Binary 11111111 10000000 1001 0 110010 1100000 0 11101 1100100 110100

Color Harmonies of #FF8009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8009

Black with #FF8009

Text Example


Text Example

White with #FF8009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8009; }

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

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

background-color css

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

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

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

border-color css

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

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

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