Html Css Color HEX #FF8008 Dark Orange

📋 copy color: '#FF8008'

red 255 ◦ green 128 ◦ blue 8

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

Shades of Dark Orange #FF8008

Tints of Dark Orange #FF8008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.05%

R = 65.22%
G = 32.74%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF8008 (or 0xFF8008) is known color: Dark Orange. HEX triplet: FF, 80 and 08. RGB value is (255,128,8). Sum of RGB (Red+Green+Blue) = 255+128+8=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 8 (3.52% from 255 or 2.05% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8008 is #007FF7. Grayscale: #989898. Windows color (decimal): -32760 or 557311. OLE color: 557311.

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

Color convert

RGB 255 128 8 -
CMYK 0 0.50 0.97 0
HSL 29.15º 1% 0.52% -
HSV(B) 29.15º 0.97% 1% -
XYZ 49 36.72 4.73 -
YUV 152.29 46.58 201.26 -
System Red Green Blue C M Y K H S L
Decimal 255 128 8 0 0.50 0.97 0 29.15 1 0.52
Hex FF 80 8 0 32 61 0 1D 64 34
Octal 377 200 10 0 62 141 0 35 144 64
Binary 11111111 10000000 1000 0 110010 1100001 0 11101 1100100 110100

Color Harmonies of #FF8008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8008

Black with #FF8008

Text Example


Text Example

White with #FF8008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8008; }

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

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

background-color css

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

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

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

border-color css

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

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

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