Shades of Burnt Sienna #F27045
Tints of Burnt Sienna #F27045
RGB
CMYK
RGB Variations
Color information
#F27045 (or 0xF27045) is known color: Burnt Sienna. HEX triplet: F2, 70 and 45. RGB value is (242,112,69). Sum of RGB (Red+Green+Blue) = 242+112+69=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F27045 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27045 is #0D8FBA. Grayscale: #929292. Windows color (decimal): -888763 or 4550898. OLE color: 4550898.
HSL color Cylindrical-coordinate representation of color #F27045: hue angle of 14.91º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F27045 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 69 | - |
| CMYK | 0 | 0.54 | 0.71 | 0.05 |
| HSL | 14.91º | 0.87% | 0.61% | - |
| HSV(B) | 14.91º | 0.71% | 0.95% | - |
| XYZ | 43.49 | 30.9 | 9.3 | - |
| YUV | 145.97 | 84.57 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 69 | 0 | 0.54 | 0.71 | 0.05 | 14.91 | 0.87 | 0.61 |
| Hex | F2 | 70 | 45 | 0 | 36 | 47 | 5 | F | 57 | 3D |
| Octal | 362 | 160 | 105 | 0 | 66 | 107 | 5 | 17 | 127 | 75 |
| Binary | 11110010 | 1110000 | 1000101 | 0 | 110110 | 1000111 | 101 | 1111 | 1010111 | 111101 |
Color Harmonies of #F27045
Complementary color
Monochromatic Colors of #F27045
Black with #F27045
Text Example
Text Example
White with #F27045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27045; }
p { color: rgb(242,112,69); }
H1.HeaderClassName
{
color: #F27045;
}
.AnyTagClassName
{
color: #F27045;
}
</style>
background-color css
<style>
a { background-color: #F27045; }
a { background-color: rgb(242,112,69); }
div.DivClassName
{
background-color: #F27045;
}
.BgClassName
{
background-color: #F27045;
}
</style>
border-color css
<style>
span { border-color: #F27045; }
span { border-color: rgb(242,112,69); }
td.TdClassName
{
border-color: #F27045;
}
.TagClassName
{
border-color: #F27045;
}
</style>