Html Css Color HEX #FF8004 Dark Orange

📋 copy color: '#FF8004'

red 255 ◦ green 128 ◦ blue 4

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

Shades of Dark Orange #FF8004

Tints of Dark Orange #FF8004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 65.89%
G = 33.07%
B = 1.03%

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

#FF8004 (or 0xFF8004) is known color: Dark Orange. HEX triplet: FF, 80 and 04. RGB value is (255,128,4). Sum of RGB (Red+Green+Blue) = 255+128+4=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 4 (1.95% from 255 or 1.03% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8004 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8004 is #007FFB. Grayscale: #989898. Windows color (decimal): -32764 or 295167. OLE color: 295167.

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

Color convert

RGB 255 128 4 -
CMYK 0 0.50 0.98 0
HSL 29.64º 1% 0.51% -
HSV(B) 29.64º 0.98% 1% -
XYZ 48.98 36.71 4.62 -
YUV 151.84 44.58 201.58 -
System Red Green Blue C M Y K H S L
Decimal 255 128 4 0 0.50 0.98 0 29.64 1 0.51
Hex FF 80 4 0 32 62 0 1E 64 33
Octal 377 200 4 0 62 142 0 36 144 63
Binary 11111111 10000000 100 0 110010 1100010 0 11110 1100100 110011

Color Harmonies of #FF8004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8004

Black with #FF8004

Text Example


Text Example

White with #FF8004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8004; }

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

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

background-color css

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

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

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

border-color css

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

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

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