#F06E55

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

Shades of Burnt Sienna #F06E55

Tints of Burnt Sienna #F06E55

Color information

#F06E55 (or 0xF06E55) is unknown color: approx Burnt Sienna. HEX triplet: F0, 6E and 55. RGB value is (240,110,85). Sum of RGB (Red+Green+Blue) = 240+110+85=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06E55 is #0F91AA. Grayscale: #929292. Windows color (decimal): -1020331 or 5598960. OLE color: 5598960.

HSL color Cylindrical-coordinate representation of color #F06E55: hue angle of 9.68º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F06E55 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB24011085-
CMYK00.540.650.06
HSL9.68º83.78%63.73%-
HSV(B)9.68º64.58%94.12%-
XYZ43.1530.3312.17-
YUV146.0293.57195.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 55.17%
GREEN value IS 110 (43.36% from 255) = 25.29%
BLUE value IS 85 (33.59% from 255) = 19.54%
R=55.17%
G=25.29%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401108500.540.650.069.6883.7863.73
HexF06E55036416a5440
Octal360156125066101612124100
Binary111100001101110101010101101101000001110101010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06E55; }

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

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

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

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

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

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

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

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