Html Css Color HEX #FF8104 Dark Orange

📋 copy color: '#FF8104'

red 255 ◦ green 129 ◦ blue 4

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

Shades of Dark Orange #FF8104

Tints of Dark Orange #FF8104

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.25%

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

R = 65.72%
G = 33.25%
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

#FF8104 (or 0xFF8104) is known color: Dark Orange. HEX triplet: FF, 81 and 04. RGB value is (255,129,4). Sum of RGB (Red+Green+Blue) = 255+129+4=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 4 (1.95% from 255 or 1.03% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8104 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8104 is #007EFB. Grayscale: #999999. Windows color (decimal): -32508 or 295423. OLE color: 295423.

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

Color convert

RGB 255 129 4 -
CMYK 0 0.49 0.98 0
HSL 29.88º 1% 0.51% -
HSV(B) 29.88º 0.98% 1% -
XYZ 49.11 36.97 4.66 -
YUV 152.42 44.24 201.16 -
System Red Green Blue C M Y K H S L
Decimal 255 129 4 0 0.49 0.98 0 29.88 1 0.51
Hex FF 81 4 0 31 62 0 1E 64 33
Octal 377 201 4 0 61 142 0 36 144 63
Binary 11111111 10000001 100 0 110001 1100010 0 11110 1100100 110011

Color Harmonies of #FF8104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8104

Black with #FF8104

Text Example


Text Example

White with #FF8104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8104; }

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

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

background-color css

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

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

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

border-color css

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

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

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