Shades of Burnt Sienna #F27052
Tints of Burnt Sienna #F27052
RGB
CMYK
RGB Variations
Color information
#F27052 (or 0xF27052) is known color: Burnt Sienna. HEX triplet: F2, 70 and 52. RGB value is (242,112,82). Sum of RGB (Red+Green+Blue) = 242+112+82=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F27052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27052 is #0D8FAD. Grayscale: #939393. Windows color (decimal): -888750 or 5402866. OLE color: 5402866.
HSL color Cylindrical-coordinate representation of color #F27052: hue angle of 11.25º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F27052 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 82 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.05 |
| HSL | 11.25º | 0.86% | 0.64% | - |
| HSV(B) | 11.25º | 0.66% | 0.95% | - |
| XYZ | 43.94 | 31.07 | 11.67 | - |
| YUV | 147.45 | 91.07 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 82 | 0 | 0.54 | 0.66 | 0.05 | 11.25 | 0.86 | 0.64 |
| Hex | F2 | 70 | 52 | 0 | 36 | 42 | 5 | B | 56 | 40 |
| Octal | 362 | 160 | 122 | 0 | 66 | 102 | 5 | 13 | 126 | 100 |
| Binary | 11110010 | 1110000 | 1010010 | 0 | 110110 | 1000010 | 101 | 1011 | 1010110 | 1000000 |
Color Harmonies of #F27052
Complementary color
Monochromatic Colors of #F27052
Black with #F27052
Text Example
Text Example
White with #F27052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27052; }
p { color: rgb(242,112,82); }
H1.HeaderClassName
{
color: #F27052;
}
.AnyTagClassName
{
color: #F27052;
}
</style>
background-color css
<style>
a { background-color: #F27052; }
a { background-color: rgb(242,112,82); }
div.DivClassName
{
background-color: #F27052;
}
.BgClassName
{
background-color: #F27052;
}
</style>
border-color css
<style>
span { border-color: #F27052; }
span { border-color: rgb(242,112,82); }
td.TdClassName
{
border-color: #F27052;
}
.TagClassName
{
border-color: #F27052;
}
</style>