Shades of Burnt Sienna #F06B4D
Tints of Burnt Sienna #F06B4D
RGB
CMYK
RGB Variations
Color information
#F06B4D (or 0xF06B4D) is known color: Burnt Sienna. HEX triplet: F0, 6B and 4D. RGB value is (240,107,77). Sum of RGB (Red+Green+Blue) = 240+107+77=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F06B4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06B4D is #0F94B2. Grayscale: #8F8F8F. Windows color (decimal): -1021107 or 5073904. OLE color: 5073904.
HSL color Cylindrical-coordinate representation of color #F06B4D: hue angle of 11.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F06B4D is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 107 | 77 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.06 |
| HSL | 11.04º | 0.84% | 0.62% | - |
| HSV(B) | 11.04º | 0.68% | 0.94% | - |
| XYZ | 42.53 | 29.58 | 10.49 | - |
| YUV | 143.35 | 90.56 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 107 | 77 | 0 | 0.55 | 0.68 | 0.06 | 11.04 | 0.84 | 0.62 |
| Hex | F0 | 6B | 4D | 0 | 37 | 44 | 6 | B | 54 | 3E |
| Octal | 360 | 153 | 115 | 0 | 67 | 104 | 6 | 13 | 124 | 76 |
| Binary | 11110000 | 1101011 | 1001101 | 0 | 110111 | 1000100 | 110 | 1011 | 1010100 | 111110 |
Color Harmonies of #F06B4D
Complementary color
Monochromatic Colors of #F06B4D
Black with #F06B4D
Text Example
Text Example
White with #F06B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06B4D; }
p { color: rgb(240,107,77); }
H1.HeaderClassName
{
color: #F06B4D;
}
.AnyTagClassName
{
color: #F06B4D;
}
</style>
background-color css
<style>
a { background-color: #F06B4D; }
a { background-color: rgb(240,107,77); }
div.DivClassName
{
background-color: #F06B4D;
}
.BgClassName
{
background-color: #F06B4D;
}
</style>
border-color css
<style>
span { border-color: #F06B4D; }
span { border-color: rgb(240,107,77); }
td.TdClassName
{
border-color: #F06B4D;
}
.TagClassName
{
border-color: #F06B4D;
}
</style>