#FF8700

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

Shades of Dark Orange #FF8700

Tints of Dark Orange #FF8700

Color information

#FF8700 (or 0xFF8700) is unknown color: approx Dark Orange. HEX triplet: FF, 87 and 00. RGB value is (255,135,0). Sum of RGB (Red+Green+Blue) = 255+135+0=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8700 is #0078FF. Grayscale: #9C9C9C. Windows color (decimal): -30976 or 34815. OLE color: 34815.

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

Color convert

RGB2551350-
CMYK00.4710
HSL31.76º100%50%-
HSV(B)31.76º100%100%-
XYZ49.938.594.82-
YUV155.4940.26198.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.38%
GREEN value IS 135 (53.12% from 255) = 34.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.38%
G=34.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255135000.471031.7610050
HexFF87002F640206432
Octal377207005714404014462
Binary111111111000011100101111110010001000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8700; }

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

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

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

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

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

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

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

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