Shades of Burnt Sienna #F06C44
Tints of Burnt Sienna #F06C44
RGB
CMYK
RGB Variations
Color information
#F06C44 (or 0xF06C44) is known color: Burnt Sienna. HEX triplet: F0, 6C and 44. RGB value is (240,108,68). Sum of RGB (Red+Green+Blue) = 240+108+68=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C44 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06C44 is #0F93BB. Grayscale: #8F8F8F. Windows color (decimal): -1020860 or 4484336. OLE color: 4484336.
HSL color Cylindrical-coordinate representation of color #F06C44: hue angle of 13.95º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F06C44 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 68 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.06 |
| HSL | 13.95º | 0.85% | 0.6% | - |
| HSV(B) | 13.95º | 0.72% | 0.94% | - |
| XYZ | 42.34 | 29.67 | 8.96 | - |
| YUV | 142.91 | 85.73 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 68 | 0 | 0.55 | 0.72 | 0.06 | 13.95 | 0.85 | 0.6 |
| Hex | F0 | 6C | 44 | 0 | 37 | 48 | 6 | E | 55 | 3C |
| Octal | 360 | 154 | 104 | 0 | 67 | 110 | 6 | 16 | 125 | 74 |
| Binary | 11110000 | 1101100 | 1000100 | 0 | 110111 | 1001000 | 110 | 1110 | 1010101 | 111100 |
Color Harmonies of #F06C44
Complementary color
Monochromatic Colors of #F06C44
Black with #F06C44
Text Example
Text Example
White with #F06C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C44; }
p { color: rgb(240,108,68); }
H1.HeaderClassName
{
color: #F06C44;
}
.AnyTagClassName
{
color: #F06C44;
}
</style>
background-color css
<style>
a { background-color: #F06C44; }
a { background-color: rgb(240,108,68); }
div.DivClassName
{
background-color: #F06C44;
}
.BgClassName
{
background-color: #F06C44;
}
</style>
border-color css
<style>
span { border-color: #F06C44; }
span { border-color: rgb(240,108,68); }
td.TdClassName
{
border-color: #F06C44;
}
.TagClassName
{
border-color: #F06C44;
}
</style>