Shades of Burnt Sienna #F27258
Tints of Burnt Sienna #F27258
RGB
CMYK
RGB Variations
Color information
#F27258 (or 0xF27258) is known color: Burnt Sienna. HEX triplet: F2, 72 and 58. RGB value is (242,114,88). Sum of RGB (Red+Green+Blue) = 242+114+88=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 88 (34.77% from 255 or 19.82% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F27258 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27258 is #0D8DA7. Grayscale: #959595. Windows color (decimal): -888232 or 5796594. OLE color: 5796594.
HSL color Cylindrical-coordinate representation of color #F27258: hue angle of 10.13º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F27258 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 88 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.05 |
| HSL | 10.13º | 0.86% | 0.65% | - |
| HSV(B) | 10.13º | 0.64% | 0.95% | - |
| XYZ | 44.4 | 31.62 | 13 | - |
| YUV | 149.31 | 93.41 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 88 | 0 | 0.53 | 0.64 | 0.05 | 10.13 | 0.86 | 0.65 |
| Hex | F2 | 72 | 58 | 0 | 35 | 40 | 5 | A | 56 | 41 |
| Octal | 362 | 162 | 130 | 0 | 65 | 100 | 5 | 12 | 126 | 101 |
| Binary | 11110010 | 1110010 | 1011000 | 0 | 110101 | 1000000 | 101 | 1010 | 1010110 | 1000001 |
Color Harmonies of #F27258
Complementary color
Monochromatic Colors of #F27258
Black with #F27258
Text Example
Text Example
White with #F27258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27258; }
p { color: rgb(242,114,88); }
H1.HeaderClassName
{
color: #F27258;
}
.AnyTagClassName
{
color: #F27258;
}
</style>
background-color css
<style>
a { background-color: #F27258; }
a { background-color: rgb(242,114,88); }
div.DivClassName
{
background-color: #F27258;
}
.BgClassName
{
background-color: #F27258;
}
</style>
border-color css
<style>
span { border-color: #F27258; }
span { border-color: rgb(242,114,88); }
td.TdClassName
{
border-color: #F27258;
}
.TagClassName
{
border-color: #F27258;
}
</style>