Shades of Burnt Sienna #F06C4F
Tints of Burnt Sienna #F06C4F
RGB
CMYK
RGB Variations
Color information
#F06C4F (or 0xF06C4F) is known color: Burnt Sienna. HEX triplet: F0, 6C and 4F. RGB value is (240,108,79). Sum of RGB (Red+Green+Blue) = 240+108+79=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C4F is #0F93B0. Grayscale: #909090. Windows color (decimal): -1020849 or 5205232. OLE color: 5205232.
HSL color Cylindrical-coordinate representation of color #F06C4F: hue angle of 10.81º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F06C4F is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 79 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.06 |
| HSL | 10.81º | 0.84% | 0.63% | - |
| HSV(B) | 10.81º | 0.67% | 0.94% | - |
| XYZ | 42.71 | 29.81 | 10.9 | - |
| YUV | 144.16 | 91.23 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 79 | 0 | 0.55 | 0.67 | 0.06 | 10.81 | 0.84 | 0.63 |
| Hex | F0 | 6C | 4F | 0 | 37 | 43 | 6 | B | 54 | 3F |
| Octal | 360 | 154 | 117 | 0 | 67 | 103 | 6 | 13 | 124 | 77 |
| Binary | 11110000 | 1101100 | 1001111 | 0 | 110111 | 1000011 | 110 | 1011 | 1010100 | 111111 |
Color Harmonies of #F06C4F
Complementary color
Monochromatic Colors of #F06C4F
Black with #F06C4F
Text Example
Text Example
White with #F06C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C4F; }
p { color: rgb(240,108,79); }
H1.HeaderClassName
{
color: #F06C4F;
}
.AnyTagClassName
{
color: #F06C4F;
}
</style>
background-color css
<style>
a { background-color: #F06C4F; }
a { background-color: rgb(240,108,79); }
div.DivClassName
{
background-color: #F06C4F;
}
.BgClassName
{
background-color: #F06C4F;
}
</style>
border-color css
<style>
span { border-color: #F06C4F; }
span { border-color: rgb(240,108,79); }
td.TdClassName
{
border-color: #F06C4F;
}
.TagClassName
{
border-color: #F06C4F;
}
</style>