#F06E49

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

Shades of Burnt Sienna #F06E49

Tints of Burnt Sienna #F06E49

Color information

#F06E49 (or 0xF06E49) is unknown color: approx Burnt Sienna. HEX triplet: F0, 6E and 49. RGB value is (240,110,73). Sum of RGB (Red+Green+Blue) = 240+110+73=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06E49 is #0F91B6. Grayscale: #909090. Windows color (decimal): -1020343 or 4812528. OLE color: 4812528.

HSL color Cylindrical-coordinate representation of color #F06E49: hue angle of 13.29º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F06E49 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB24011073-
CMYK00.540.700.06
HSL13.29º84.77%61.37%-
HSV(B)13.29º69.58%94.12%-
XYZ42.7130.169.87-
YUV144.6587.57196.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.74%
GREEN value IS 110 (43.36% from 255) = 26.00%
BLUE value IS 73 (28.91% from 255) = 17.26%
R=56.74%
G=26.00%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401107300.540.700.0613.2984.7761.37
HexF06E49036466d553d
Octal36015611106610661512575
Binary11110000110111010010010110110100011011011011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06E49; }

 p { color: rgb(240,110,73); }

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

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

 a { background-color: rgb(240,110,73); }

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

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

 span { border-color: rgb(240,110,73); }

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