Shades of Burnt Sienna #F06F48
Tints of Burnt Sienna #F06F48
RGB
CMYK
RGB Variations
Color information
#F06F48 (or 0xF06F48) is known color: Burnt Sienna. HEX triplet: F0, 6F and 48. RGB value is (240,111,72). Sum of RGB (Red+Green+Blue) = 240+111+72=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06F48 is #0F90B7. Grayscale: #919191. Windows color (decimal): -1020088 or 4747248. OLE color: 4747248.
HSL color Cylindrical-coordinate representation of color #F06F48: hue angle of 13.93º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F06F48 is Cyan = 0, Magento = 0.54, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 72 | - |
| CMYK | 0 | 0.54 | 0.7 | 0.06 |
| HSL | 13.93º | 0.85% | 0.61% | - |
| HSV(B) | 13.93º | 0.7% | 0.94% | - |
| XYZ | 42.79 | 30.36 | 9.74 | - |
| YUV | 145.13 | 86.74 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 72 | 0 | 0.54 | 0.7 | 0.06 | 13.93 | 0.85 | 0.61 |
| Hex | F0 | 6F | 48 | 0 | 36 | 46 | 6 | E | 55 | 3D |
| Octal | 360 | 157 | 110 | 0 | 66 | 106 | 6 | 16 | 125 | 75 |
| Binary | 11110000 | 1101111 | 1001000 | 0 | 110110 | 1000110 | 110 | 1110 | 1010101 | 111101 |
Color Harmonies of #F06F48
Complementary color
Monochromatic Colors of #F06F48
Black with #F06F48
Text Example
Text Example
White with #F06F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F48; }
p { color: rgb(240,111,72); }
H1.HeaderClassName
{
color: #F06F48;
}
.AnyTagClassName
{
color: #F06F48;
}
</style>
background-color css
<style>
a { background-color: #F06F48; }
a { background-color: rgb(240,111,72); }
div.DivClassName
{
background-color: #F06F48;
}
.BgClassName
{
background-color: #F06F48;
}
</style>
border-color css
<style>
span { border-color: #F06F48; }
span { border-color: rgb(240,111,72); }
td.TdClassName
{
border-color: #F06F48;
}
.TagClassName
{
border-color: #F06F48;
}
</style>