Shades of Burnt Sienna #F27352
Tints of Burnt Sienna #F27352
RGB
CMYK
RGB Variations
Color information
#F27352 (or 0xF27352) is known color: Burnt Sienna. HEX triplet: F2, 73 and 52. RGB value is (242,115,82). Sum of RGB (Red+Green+Blue) = 242+115+82=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F27352 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27352 is #0D8CAD. Grayscale: #959595. Windows color (decimal): -887982 or 5403634. OLE color: 5403634.
HSL color Cylindrical-coordinate representation of color #F27352: hue angle of 12.38º 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 #F27352 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 82 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.05 |
| HSL | 12.38º | 0.86% | 0.64% | - |
| HSV(B) | 12.38º | 0.66% | 0.95% | - |
| XYZ | 44.27 | 31.75 | 11.78 | - |
| YUV | 149.21 | 90.08 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 82 | 0 | 0.52 | 0.66 | 0.05 | 12.38 | 0.86 | 0.64 |
| Hex | F2 | 73 | 52 | 0 | 34 | 42 | 5 | C | 56 | 40 |
| Octal | 362 | 163 | 122 | 0 | 64 | 102 | 5 | 14 | 126 | 100 |
| Binary | 11110010 | 1110011 | 1010010 | 0 | 110100 | 1000010 | 101 | 1100 | 1010110 | 1000000 |
Color Harmonies of #F27352
Complementary color
Monochromatic Colors of #F27352
Black with #F27352
Text Example
Text Example
White with #F27352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27352; }
p { color: rgb(242,115,82); }
H1.HeaderClassName
{
color: #F27352;
}
.AnyTagClassName
{
color: #F27352;
}
</style>
background-color css
<style>
a { background-color: #F27352; }
a { background-color: rgb(242,115,82); }
div.DivClassName
{
background-color: #F27352;
}
.BgClassName
{
background-color: #F27352;
}
</style>
border-color css
<style>
span { border-color: #F27352; }
span { border-color: rgb(242,115,82); }
td.TdClassName
{
border-color: #F27352;
}
.TagClassName
{
border-color: #F27352;
}
</style>