#FF8400

Color #FF8400 Dark Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orange #FF8400

Tints of Dark Orange #FF8400

Color information

#FF8400 (or 0xFF8400) is unknown color: approx Dark Orange. HEX triplet: FF, 84 and 00. RGB value is (255,132,0). Sum of RGB (Red+Green+Blue) = 255+132+0=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8400 is #007BFF. Grayscale: #9A9A9A. Windows color (decimal): -31744 or 34047. OLE color: 34047.

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

Color convert

RGB2551320-
CMYK00.4810
HSL31.06º100%50%-
HSV(B)31.06º100%100%-
XYZ49.4937.764.68-
YUV153.7341.25200.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.89%
GREEN value IS 132 (51.95% from 255) = 34.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.89%
G=34.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255132000.481031.0610050
HexFF8400306401f6432
Octal377204006014403714462
Binary11111111100001000011000011001000111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8400; }

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

 H1.HeaderClassName
 {
   color: #FF8400;
 }
 .AnyTagClassName
 {
   color: #FF8400;
 }
</style>
background-color css

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

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

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

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

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

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