Shades of Burnt Sienna #F06F4B
Tints of Burnt Sienna #F06F4B
RGB
CMYK
RGB Variations
Color information
#F06F4B (or 0xF06F4B) is known color: Burnt Sienna. HEX triplet: F0, 6F and 4B. RGB value is (240,111,75). Sum of RGB (Red+Green+Blue) = 240+111+75=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 75 (29.69% from 255 or 17.61% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06F4B is #0F90B4. Grayscale: #919191. Windows color (decimal): -1020085 or 4943856. OLE color: 4943856.
HSL color Cylindrical-coordinate representation of color #F06F4B: hue angle of 13.09º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F06F4B is Cyan = 0, Magento = 0.54, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 75 | - |
| CMYK | 0 | 0.54 | 0.69 | 0.06 |
| HSL | 13.09º | 0.85% | 0.62% | - |
| HSV(B) | 13.09º | 0.69% | 0.94% | - |
| XYZ | 42.89 | 30.4 | 10.26 | - |
| YUV | 145.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 75 | 0 | 0.54 | 0.69 | 0.06 | 13.09 | 0.85 | 0.62 |
| Hex | F0 | 6F | 4B | 0 | 36 | 45 | 6 | D | 55 | 3E |
| Octal | 360 | 157 | 113 | 0 | 66 | 105 | 6 | 15 | 125 | 76 |
| Binary | 11110000 | 1101111 | 1001011 | 0 | 110110 | 1000101 | 110 | 1101 | 1010101 | 111110 |
Color Harmonies of #F06F4B
Complementary color
Monochromatic Colors of #F06F4B
Black with #F06F4B
Text Example
Text Example
White with #F06F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F4B; }
p { color: rgb(240,111,75); }
H1.HeaderClassName
{
color: #F06F4B;
}
.AnyTagClassName
{
color: #F06F4B;
}
</style>
background-color css
<style>
a { background-color: #F06F4B; }
a { background-color: rgb(240,111,75); }
div.DivClassName
{
background-color: #F06F4B;
}
.BgClassName
{
background-color: #F06F4B;
}
</style>
border-color css
<style>
span { border-color: #F06F4B; }
span { border-color: rgb(240,111,75); }
td.TdClassName
{
border-color: #F06F4B;
}
.TagClassName
{
border-color: #F06F4B;
}
</style>