#ff870f

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

Shades of Dark Orange #FF870F

Tints of Dark Orange #FF870F

Color information

#FF870F (or 0xFF870F) is unknown color: approx Dark Orange. HEX triplet: FF, 87 and 0F. RGB value is (255,135,15). Sum of RGB (Red+Green+Blue) = 255+135+15=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 15 (6.25% from 255 or 3.70% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF870F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF870F is #0078F0. Grayscale: #9D9D9D. Windows color (decimal): -30961 or 1017855. OLE color: 1017855.

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

Color convert

RGB25513515-
CMYK00.470.940
HSL30º100%52.94%-
HSV(B)30º94.12%100%-
XYZ49.9938.625.27-
YUV157.247.76197.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.96%
GREEN value IS 135 (53.12% from 255) = 33.33%
BLUE value IS 15 (6.25% from 255) = 3.70%
R=62.96%
G=33.33%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551351500.470.9403010052.94
HexFF87F02F5E01e6435
Octal3772071705713603614465
Binary11111111100001111111010111110111100111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff870f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff870f; }

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

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

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

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

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

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

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

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