Html Css Color HEX #FF8204 Dark Orange

📋 copy color: '#FF8204'

red 255 ◦ green 130 ◦ blue 4

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

Shades of Dark Orange #FF8204

Tints of Dark Orange #FF8204

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.42%

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

R = 65.55%
G = 33.42%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF8204 (or 0xFF8204) is known color: Dark Orange. HEX triplet: FF, 82 and 04. RGB value is (255,130,4). Sum of RGB (Red+Green+Blue) = 255+130+4=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8204 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8204 is #007DFB. Grayscale: #999999. Windows color (decimal): -32252 or 295679. OLE color: 295679.

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

Color convert

RGB 255 130 4 -
CMYK 0 0.49 0.98 0
HSL 30.12º 1% 0.51% -
HSV(B) 30.12º 0.98% 1% -
XYZ 49.24 37.23 4.71 -
YUV 153.01 43.91 200.75 -
System Red Green Blue C M Y K H S L
Decimal 255 130 4 0 0.49 0.98 0 30.12 1 0.51
Hex FF 82 4 0 31 62 0 1E 64 33
Octal 377 202 4 0 61 142 0 36 144 63
Binary 11111111 10000010 100 0 110001 1100010 0 11110 1100100 110011

Color Harmonies of #FF8204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8204

Black with #FF8204

Text Example


Text Example

White with #FF8204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8204; }

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

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

background-color css

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

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

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

border-color css

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

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

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