#F0712E

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

Shades of Burnt Orange #F0712E

Tints of Burnt Orange #F0712E

Color information

#F0712E (or 0xF0712E) is unknown color: approx Burnt Orange. HEX triplet: F0, 71 and 2E. RGB value is (240,113,46). Sum of RGB (Red+Green+Blue) = 240+113+46=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0712E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0712E is #0F8ED1. Grayscale: #8F8F8F. Windows color (decimal): -1019602 or 3043824. OLE color: 3043824.

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

Color convert

RGB24011346-
CMYK00.530.810.06
HSL20.72º86.61%56.08%-
HSV(B)20.72º80.83%94.12%-
XYZ42.3330.536.25-
YUV143.3473.08196.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 60.15%
GREEN value IS 113 (44.53% from 255) = 28.32%
BLUE value IS 46 (18.36% from 255) = 11.53%
R=60.15%
G=28.32%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.81
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401134600.530.810.0620.7286.6156.08
HexF0712E035516155738
Octal3601615606512162512770
Binary11110000111000110111001101011010001110101011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0712E; }

 p { color: rgb(240,113,46); }

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

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

 a { background-color: rgb(240,113,46); }

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

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

 span { border-color: rgb(240,113,46); }

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