#ff850e

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

Shades of Dark Orange #FF850E

Tints of Dark Orange #FF850E

Color information

#FF850E (or 0xFF850E) is unknown color: approx Dark Orange. HEX triplet: FF, 85 and 0E. RGB value is (255,133,14). Sum of RGB (Red+Green+Blue) = 255+133+14=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF850E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF850E is #007AF1. Grayscale: #9C9C9C. Windows color (decimal): -31474 or 951807. OLE color: 951807.

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

Color convert

RGB25513314-
CMYK00.480.950
HSL29.63º100%52.75%-
HSV(B)29.63º94.51%100%-
XYZ49.7138.075.14-
YUV155.9147.92198.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 63.43%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 14 (5.86% from 255) = 3.48%
R=63.43%
G=33.08%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.95
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551331400.480.95029.6310052.75
HexFF85E0305F01e6435
Octal3772051606013703614465
Binary11111111100001011110011000010111110111101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff850e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff850e; }

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

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

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

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

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

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

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

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