#FF8500

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

Shades of Dark Orange #FF8500

Tints of Dark Orange #FF8500

Color information

#FF8500 (or 0xFF8500) is unknown color: approx Dark Orange. HEX triplet: FF, 85 and 00. RGB value is (255,133,0). Sum of RGB (Red+Green+Blue) = 255+133+0=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8500 is #007AFF. Grayscale: #9A9A9A. Windows color (decimal): -31488 or 34303. OLE color: 34303.

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

Color convert

RGB2551330-
CMYK00.4810
HSL31.29º100%50%-
HSV(B)31.29º100%100%-
XYZ49.6338.044.73-
YUV154.3240.92199.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.72%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.72%
G=34.28%
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
Decimal255133000.481031.2910050
HexFF8500306401f6432
Octal377205006014403714462
Binary11111111100001010011000011001000111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8500; }

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

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

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

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

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

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

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

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