Shades of Burnt Sienna #F06C41
Tints of Burnt Sienna #F06C41
RGB
CMYK
RGB Variations
Color information
#F06C41 (or 0xF06C41) is known color: Burnt Sienna. HEX triplet: F0, 6C and 41. RGB value is (240,108,65). Sum of RGB (Red+Green+Blue) = 240+108+65=413 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.11% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06C41 is #0F93BE. Grayscale: #8E8E8E. Windows color (decimal): -1020863 or 4287728. OLE color: 4287728.
HSL color Cylindrical-coordinate representation of color #F06C41: hue angle of 14.74º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F06C41 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 65 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.06 |
| HSL | 14.74º | 0.85% | 0.6% | - |
| HSV(B) | 14.74º | 0.73% | 0.94% | - |
| XYZ | 42.25 | 29.63 | 8.49 | - |
| YUV | 142.57 | 84.23 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 65 | 0 | 0.55 | 0.73 | 0.06 | 14.74 | 0.85 | 0.6 |
| Hex | F0 | 6C | 41 | 0 | 37 | 49 | 6 | F | 55 | 3C |
| Octal | 360 | 154 | 101 | 0 | 67 | 111 | 6 | 17 | 125 | 74 |
| Binary | 11110000 | 1101100 | 1000001 | 0 | 110111 | 1001001 | 110 | 1111 | 1010101 | 111100 |
Color Harmonies of #F06C41
Complementary color
Monochromatic Colors of #F06C41
Black with #F06C41
Text Example
Text Example
White with #F06C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C41; }
p { color: rgb(240,108,65); }
H1.HeaderClassName
{
color: #F06C41;
}
.AnyTagClassName
{
color: #F06C41;
}
</style>
background-color css
<style>
a { background-color: #F06C41; }
a { background-color: rgb(240,108,65); }
div.DivClassName
{
background-color: #F06C41;
}
.BgClassName
{
background-color: #F06C41;
}
</style>
border-color css
<style>
span { border-color: #F06C41; }
span { border-color: rgb(240,108,65); }
td.TdClassName
{
border-color: #F06C41;
}
.TagClassName
{
border-color: #F06C41;
}
</style>