Html Css Color HEX #FF8408 Dark Orange

📋 copy color: '#FF8408'

red 255 ◦ green 132 ◦ blue 8

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

Shades of Dark Orange #FF8408

Tints of Dark Orange #FF8408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.03%

R = 64.56%
G = 33.42%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#FF8408 (or 0xFF8408) is known color: Dark Orange. HEX triplet: FF, 84 and 08. RGB value is (255,132,8). Sum of RGB (Red+Green+Blue) = 255+132+8=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 8 (3.52% from 255 or 2.03% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8408 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8408 is #007BF7. Grayscale: #9B9B9B. Windows color (decimal): -31736 or 558335. OLE color: 558335.

HSL color Cylindrical-coordinate representation of color #FF8408: hue angle of 30.12º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF8408 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.

Color convert

RGB 255 132 8 -
CMYK 0 0.48 0.97 0
HSL 30.12º 1% 0.52% -
HSV(B) 30.12º 0.97% 1% -
XYZ 49.54 37.78 4.91 -
YUV 154.64 45.25 199.58 -
System Red Green Blue C M Y K H S L
Decimal 255 132 8 0 0.48 0.97 0 30.12 1 0.52
Hex FF 84 8 0 30 61 0 1E 64 34
Octal 377 204 10 0 60 141 0 36 144 64
Binary 11111111 10000100 1000 0 110000 1100001 0 11110 1100100 110100

Color Harmonies of #FF8408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8408

Black with #FF8408

Text Example


Text Example

White with #FF8408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8408; }

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

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

background-color css

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

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

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

border-color css

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

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

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