Shades of Burnt Sienna #F27250
Tints of Burnt Sienna #F27250
RGB
CMYK
RGB Variations
Color information
#F27250 (or 0xF27250) is known color: Burnt Sienna. HEX triplet: F2, 72 and 50. RGB value is (242,114,80). Sum of RGB (Red+Green+Blue) = 242+114+80=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F27250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27250 is #0D8DAF. Grayscale: #949494. Windows color (decimal): -888240 or 5272306. OLE color: 5272306.
HSL color Cylindrical-coordinate representation of color #F27250: hue angle of 12.59º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F27250 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 80 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.05 |
| HSL | 12.59º | 0.86% | 0.63% | - |
| HSV(B) | 12.59º | 0.67% | 0.95% | - |
| XYZ | 44.08 | 31.49 | 11.34 | - |
| YUV | 148.4 | 89.41 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 80 | 0 | 0.53 | 0.67 | 0.05 | 12.59 | 0.86 | 0.63 |
| Hex | F2 | 72 | 50 | 0 | 35 | 43 | 5 | D | 56 | 3F |
| Octal | 362 | 162 | 120 | 0 | 65 | 103 | 5 | 15 | 126 | 77 |
| Binary | 11110010 | 1110010 | 1010000 | 0 | 110101 | 1000011 | 101 | 1101 | 1010110 | 111111 |
Color Harmonies of #F27250
Complementary color
Monochromatic Colors of #F27250
Black with #F27250
Text Example
Text Example
White with #F27250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27250; }
p { color: rgb(242,114,80); }
H1.HeaderClassName
{
color: #F27250;
}
.AnyTagClassName
{
color: #F27250;
}
</style>
background-color css
<style>
a { background-color: #F27250; }
a { background-color: rgb(242,114,80); }
div.DivClassName
{
background-color: #F27250;
}
.BgClassName
{
background-color: #F27250;
}
</style>
border-color css
<style>
span { border-color: #F27250; }
span { border-color: rgb(242,114,80); }
td.TdClassName
{
border-color: #F27250;
}
.TagClassName
{
border-color: #F27250;
}
</style>