Html Css Color HEX #FF8604 Dark Orange

📋 copy color: '#FF8604'

red 255 ◦ green 134 ◦ blue 4

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

Shades of Dark Orange #FF8604

Tints of Dark Orange #FF8604

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

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

R = 64.89%
G = 34.1%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF8604 (or 0xFF8604) is known color: Dark Orange. HEX triplet: FF, 86 and 04. RGB value is (255,134,4). Sum of RGB (Red+Green+Blue) = 255+134+4=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 4 (1.95% from 255 or 1.02% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8604 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8604 is #0079FB. Grayscale: #9C9C9C. Windows color (decimal): -31228 or 296703. OLE color: 296703.

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

Color convert

RGB 255 134 4 -
CMYK 0 0.47 0.98 0
HSL 31.08º 1% 0.51% -
HSV(B) 31.08º 0.98% 1% -
XYZ 49.79 38.32 4.89 -
YUV 155.36 42.59 199.07 -
System Red Green Blue C M Y K H S L
Decimal 255 134 4 0 0.47 0.98 0 31.08 1 0.51
Hex FF 86 4 0 2F 62 0 1F 64 33
Octal 377 206 4 0 57 142 0 37 144 63
Binary 11111111 10000110 100 0 101111 1100010 0 11111 1100100 110011

Color Harmonies of #FF8604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8604

Black with #FF8604

Text Example


Text Example

White with #FF8604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8604; }

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

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

background-color css

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

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

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

border-color css

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

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

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