#f07031

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

Shades of Burnt Orange #F07031

Tints of Burnt Orange #F07031

Color information

#F07031 (or 0xF07031) is unknown color: approx Burnt Orange. HEX triplet: F0, 70 and 31. RGB value is (240,112,49). Sum of RGB (Red+Green+Blue) = 240+112+49=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F07031 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07031 is #0F8FCE. Grayscale: #8F8F8F. Windows color (decimal): -1019855 or 3240176. OLE color: 3240176.

HSL color Cylindrical-coordinate representation of color #F07031: hue angle of 19.79º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F07031 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB24011249-
CMYK00.530.800.06
HSL19.79º86.43%56.67%-
HSV(B)19.79º79.58%94.12%-
XYZ42.2830.346.53-
YUV143.0974.91197.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.85%
GREEN value IS 112 (44.14% from 255) = 27.93%
BLUE value IS 49 (19.53% from 255) = 12.22%
R=59.85%
G=27.93%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401124900.530.800.0619.7986.4356.67
HexF07031035506145639
Octal3601606106512062412671
Binary11110000111000011000101101011010000110101001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f07031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f07031; }

 p { color: rgb(240,112,49); }

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

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

 a { background-color: rgb(240,112,49); }

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

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

 span { border-color: rgb(240,112,49); }

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