Shades of Burnt Sienna #F27652
Tints of Burnt Sienna #F27652
RGB
CMYK
RGB Variations
Color information
#F27652 (or 0xF27652) is known color: Burnt Sienna. HEX triplet: F2, 76 and 52. RGB value is (242,118,82). Sum of RGB (Red+Green+Blue) = 242+118+82=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 82 (32.42% from 255 or 18.55% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F27652 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27652 is #0D89AD. Grayscale: #979797. Windows color (decimal): -887214 or 5404402. OLE color: 5404402.
HSL color Cylindrical-coordinate representation of color #F27652: hue angle of 13.5º 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 #F27652 is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 82 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.05 |
| HSL | 13.5º | 0.86% | 0.64% | - |
| HSV(B) | 13.5º | 0.66% | 0.95% | - |
| XYZ | 44.62 | 32.44 | 11.89 | - |
| YUV | 150.97 | 89.08 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 82 | 0 | 0.51 | 0.66 | 0.05 | 13.5 | 0.86 | 0.64 |
| Hex | F2 | 76 | 52 | 0 | 33 | 42 | 5 | E | 56 | 40 |
| Octal | 362 | 166 | 122 | 0 | 63 | 102 | 5 | 16 | 126 | 100 |
| Binary | 11110010 | 1110110 | 1010010 | 0 | 110011 | 1000010 | 101 | 1110 | 1010110 | 1000000 |
Color Harmonies of #F27652
Complementary color
Monochromatic Colors of #F27652
Black with #F27652
Text Example
Text Example
White with #F27652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27652; }
p { color: rgb(242,118,82); }
H1.HeaderClassName
{
color: #F27652;
}
.AnyTagClassName
{
color: #F27652;
}
</style>
background-color css
<style>
a { background-color: #F27652; }
a { background-color: rgb(242,118,82); }
div.DivClassName
{
background-color: #F27652;
}
.BgClassName
{
background-color: #F27652;
}
</style>
border-color css
<style>
span { border-color: #F27652; }
span { border-color: rgb(242,118,82); }
td.TdClassName
{
border-color: #F27652;
}
.TagClassName
{
border-color: #F27652;
}
</style>