Shades of Burnt Sienna #F06954
Tints of Burnt Sienna #F06954
RGB
CMYK
RGB Variations
Color information
#F06954 (or 0xF06954) is known color: Burnt Sienna. HEX triplet: F0, 69 and 54. RGB value is (240,105,84). Sum of RGB (Red+Green+Blue) = 240+105+84=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 84 (33.20% from 255 or 19.58% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F06954 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06954 is #0F96AB. Grayscale: #8F8F8F. Windows color (decimal): -1021612 or 5532144. OLE color: 5532144.
HSL color Cylindrical-coordinate representation of color #F06954: hue angle of 8.08º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F06954 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 84 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.06 |
| HSL | 8.08º | 0.84% | 0.64% | - |
| HSV(B) | 8.08º | 0.65% | 0.94% | - |
| XYZ | 42.59 | 29.27 | 11.79 | - |
| YUV | 142.97 | 94.73 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 84 | 0 | 0.56 | 0.65 | 0.06 | 8.08 | 0.84 | 0.64 |
| Hex | F0 | 69 | 54 | 0 | 38 | 41 | 6 | 8 | 54 | 40 |
| Octal | 360 | 151 | 124 | 0 | 70 | 101 | 6 | 10 | 124 | 100 |
| Binary | 11110000 | 1101001 | 1010100 | 0 | 111000 | 1000001 | 110 | 1000 | 1010100 | 1000000 |
Color Harmonies of #F06954
Complementary color
Monochromatic Colors of #F06954
Black with #F06954
Text Example
Text Example
White with #F06954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06954; }
p { color: rgb(240,105,84); }
H1.HeaderClassName
{
color: #F06954;
}
.AnyTagClassName
{
color: #F06954;
}
</style>
background-color css
<style>
a { background-color: #F06954; }
a { background-color: rgb(240,105,84); }
div.DivClassName
{
background-color: #F06954;
}
.BgClassName
{
background-color: #F06954;
}
</style>
border-color css
<style>
span { border-color: #F06954; }
span { border-color: rgb(240,105,84); }
td.TdClassName
{
border-color: #F06954;
}
.TagClassName
{
border-color: #F06954;
}
</style>