Shades of Burnt Sienna #F06C45
Tints of Burnt Sienna #F06C45
RGB
CMYK
RGB Variations
Color information
#F06C45 (or 0xF06C45) is known color: Burnt Sienna. HEX triplet: F0, 6C and 45. RGB value is (240,108,69). Sum of RGB (Red+Green+Blue) = 240+108+69=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06C45 is #0F93BA. Grayscale: #8F8F8F. Windows color (decimal): -1020859 or 4549872. OLE color: 4549872.
HSL color Cylindrical-coordinate representation of color #F06C45: hue angle of 13.68º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F06C45 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 69 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.06 |
| HSL | 13.68º | 0.85% | 0.61% | - |
| HSV(B) | 13.68º | 0.71% | 0.94% | - |
| XYZ | 42.37 | 29.68 | 9.13 | - |
| YUV | 143.02 | 86.23 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 69 | 0 | 0.55 | 0.71 | 0.06 | 13.68 | 0.85 | 0.61 |
| Hex | F0 | 6C | 45 | 0 | 37 | 47 | 6 | E | 55 | 3D |
| Octal | 360 | 154 | 105 | 0 | 67 | 107 | 6 | 16 | 125 | 75 |
| Binary | 11110000 | 1101100 | 1000101 | 0 | 110111 | 1000111 | 110 | 1110 | 1010101 | 111101 |
Color Harmonies of #F06C45
Complementary color
Monochromatic Colors of #F06C45
Black with #F06C45
Text Example
Text Example
White with #F06C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C45; }
p { color: rgb(240,108,69); }
H1.HeaderClassName
{
color: #F06C45;
}
.AnyTagClassName
{
color: #F06C45;
}
</style>
background-color css
<style>
a { background-color: #F06C45; }
a { background-color: rgb(240,108,69); }
div.DivClassName
{
background-color: #F06C45;
}
.BgClassName
{
background-color: #F06C45;
}
</style>
border-color css
<style>
span { border-color: #F06C45; }
span { border-color: rgb(240,108,69); }
td.TdClassName
{
border-color: #F06C45;
}
.TagClassName
{
border-color: #F06C45;
}
</style>