Shades of Burnt Sienna #F27853
Tints of Burnt Sienna #F27853
RGB
CMYK
RGB Variations
Color information
#F27853 (or 0xF27853) is known color: Burnt Sienna. HEX triplet: F2, 78 and 53. RGB value is (242,120,83). Sum of RGB (Red+Green+Blue) = 242+120+83=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 120 (47.27% from 255 or 26.97% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F27853 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27853 is #0D87AC. Grayscale: #989898. Windows color (decimal): -886701 or 5470450. OLE color: 5470450.
HSL color Cylindrical-coordinate representation of color #F27853: hue angle of 13.96º 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 #F27853 is Cyan = 0, Magento = 0.50, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 120 | 83 | - |
| CMYK | 0 | 0.50 | 0.66 | 0.05 |
| HSL | 13.96º | 0.86% | 0.64% | - |
| HSV(B) | 13.96º | 0.66% | 0.95% | - |
| XYZ | 44.9 | 32.93 | 12.17 | - |
| YUV | 152.26 | 88.92 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 120 | 83 | 0 | 0.50 | 0.66 | 0.05 | 13.96 | 0.86 | 0.64 |
| Hex | F2 | 78 | 53 | 0 | 32 | 42 | 5 | E | 56 | 40 |
| Octal | 362 | 170 | 123 | 0 | 62 | 102 | 5 | 16 | 126 | 100 |
| Binary | 11110010 | 1111000 | 1010011 | 0 | 110010 | 1000010 | 101 | 1110 | 1010110 | 1000000 |
Color Harmonies of #F27853
Complementary color
Monochromatic Colors of #F27853
Black with #F27853
Text Example
Text Example
White with #F27853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27853; }
p { color: rgb(242,120,83); }
H1.HeaderClassName
{
color: #F27853;
}
.AnyTagClassName
{
color: #F27853;
}
</style>
background-color css
<style>
a { background-color: #F27853; }
a { background-color: rgb(242,120,83); }
div.DivClassName
{
background-color: #F27853;
}
.BgClassName
{
background-color: #F27853;
}
</style>
border-color css
<style>
span { border-color: #F27853; }
span { border-color: rgb(242,120,83); }
td.TdClassName
{
border-color: #F27853;
}
.TagClassName
{
border-color: #F27853;
}
</style>