Shades of Burnt Sienna #F27353
Tints of Burnt Sienna #F27353
RGB
CMYK
RGB Variations
Color information
#F27353 (or 0xF27353) is known color: Burnt Sienna. HEX triplet: F2, 73 and 53. RGB value is (242,115,83). Sum of RGB (Red+Green+Blue) = 242+115+83=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F27353 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27353 is #0D8CAC. Grayscale: #959595. Windows color (decimal): -887981 or 5469170. OLE color: 5469170.
HSL color Cylindrical-coordinate representation of color #F27353: hue angle of 12.08º 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 #F27353 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 115 | 83 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.05 |
| HSL | 12.08º | 0.86% | 0.64% | - |
| HSV(B) | 12.08º | 0.66% | 0.95% | - |
| XYZ | 44.31 | 31.76 | 11.98 | - |
| YUV | 149.33 | 90.58 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 115 | 83 | 0 | 0.52 | 0.66 | 0.05 | 12.08 | 0.86 | 0.64 |
| Hex | F2 | 73 | 53 | 0 | 34 | 42 | 5 | C | 56 | 40 |
| Octal | 362 | 163 | 123 | 0 | 64 | 102 | 5 | 14 | 126 | 100 |
| Binary | 11110010 | 1110011 | 1010011 | 0 | 110100 | 1000010 | 101 | 1100 | 1010110 | 1000000 |
Color Harmonies of #F27353
Complementary color
Monochromatic Colors of #F27353
Black with #F27353
Text Example
Text Example
White with #F27353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27353; }
p { color: rgb(242,115,83); }
H1.HeaderClassName
{
color: #F27353;
}
.AnyTagClassName
{
color: #F27353;
}
</style>
background-color css
<style>
a { background-color: #F27353; }
a { background-color: rgb(242,115,83); }
div.DivClassName
{
background-color: #F27353;
}
.BgClassName
{
background-color: #F27353;
}
</style>
border-color css
<style>
span { border-color: #F27353; }
span { border-color: rgb(242,115,83); }
td.TdClassName
{
border-color: #F27353;
}
.TagClassName
{
border-color: #F27353;
}
</style>