Shades of Burnt Sienna #F2754E
Tints of Burnt Sienna #F2754E
RGB
CMYK
RGB Variations
Color information
#F2754E (or 0xF2754E) is known color: Burnt Sienna. HEX triplet: F2, 75 and 4E. RGB value is (242,117,78). Sum of RGB (Red+Green+Blue) = 242+117+78=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2754E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2754E is #0D8AB1. Grayscale: #969696. Windows color (decimal): -887474 or 5142002. OLE color: 5142002.
HSL color Cylindrical-coordinate representation of color #F2754E: hue angle of 14.27º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2754E is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 117 | 78 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.05 |
| HSL | 14.27º | 0.86% | 0.63% | - |
| HSV(B) | 14.27º | 0.68% | 0.95% | - |
| XYZ | 44.35 | 32.15 | 11.08 | - |
| YUV | 149.93 | 87.41 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 117 | 78 | 0 | 0.52 | 0.68 | 0.05 | 14.27 | 0.86 | 0.63 |
| Hex | F2 | 75 | 4E | 0 | 34 | 44 | 5 | E | 56 | 3F |
| Octal | 362 | 165 | 116 | 0 | 64 | 104 | 5 | 16 | 126 | 77 |
| Binary | 11110010 | 1110101 | 1001110 | 0 | 110100 | 1000100 | 101 | 1110 | 1010110 | 111111 |
Color Harmonies of #F2754E
Complementary color
Monochromatic Colors of #F2754E
Black with #F2754E
Text Example
Text Example
White with #F2754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2754E; }
p { color: rgb(242,117,78); }
H1.HeaderClassName
{
color: #F2754E;
}
.AnyTagClassName
{
color: #F2754E;
}
</style>
background-color css
<style>
a { background-color: #F2754E; }
a { background-color: rgb(242,117,78); }
div.DivClassName
{
background-color: #F2754E;
}
.BgClassName
{
background-color: #F2754E;
}
</style>
border-color css
<style>
span { border-color: #F2754E; }
span { border-color: rgb(242,117,78); }
td.TdClassName
{
border-color: #F2754E;
}
.TagClassName
{
border-color: #F2754E;
}
</style>