Html Css Color HEX #FF8404 Dark Orange

📋 copy color: '#FF8404'

red 255 ◦ green 132 ◦ blue 4

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

Shades of Dark Orange #FF8404

Tints of Dark Orange #FF8404

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.76%

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

R = 65.22%
G = 33.76%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF8404 (or 0xFF8404) is known color: Dark Orange. HEX triplet: FF, 84 and 04. RGB value is (255,132,4). Sum of RGB (Red+Green+Blue) = 255+132+4=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 4 (1.95% from 255 or 1.02% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8404 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8404 is #007BFB. Grayscale: #9A9A9A. Windows color (decimal): -31740 or 296191. OLE color: 296191.

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

Color convert

RGB 255 132 4 -
CMYK 0 0.48 0.98 0
HSL 30.6º 1% 0.51% -
HSV(B) 30.6º 0.98% 1% -
XYZ 49.51 37.77 4.8 -
YUV 154.19 43.25 199.91 -
System Red Green Blue C M Y K H S L
Decimal 255 132 4 0 0.48 0.98 0 30.6 1 0.51
Hex FF 84 4 0 30 62 0 1F 64 33
Octal 377 204 4 0 60 142 0 37 144 63
Binary 11111111 10000100 100 0 110000 1100010 0 11111 1100100 110011

Color Harmonies of #FF8404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8404

Black with #FF8404

Text Example


Text Example

White with #FF8404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8404; }

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

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

background-color css

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

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

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

border-color css

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

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

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