Shades of Burnt Sienna #F2744B
Tints of Burnt Sienna #F2744B
RGB
CMYK
RGB Variations
Color information
#F2744B (or 0xF2744B) is known color: Burnt Sienna. HEX triplet: F2, 74 and 4B. RGB value is (242,116,75). Sum of RGB (Red+Green+Blue) = 242+116+75=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2744B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2744B is #0D8BB4. Grayscale: #959595. Windows color (decimal): -887733 or 4945138. OLE color: 4945138.
HSL color Cylindrical-coordinate representation of color #F2744B: hue angle of 14.73º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F2744B is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 116 | 75 | - |
| CMYK | 0 | 0.52 | 0.69 | 0.05 |
| HSL | 14.73º | 0.87% | 0.62% | - |
| HSV(B) | 14.73º | 0.69% | 0.95% | - |
| XYZ | 44.13 | 31.88 | 10.48 | - |
| YUV | 149 | 86.24 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 116 | 75 | 0 | 0.52 | 0.69 | 0.05 | 14.73 | 0.87 | 0.62 |
| Hex | F2 | 74 | 4B | 0 | 34 | 45 | 5 | F | 57 | 3E |
| Octal | 362 | 164 | 113 | 0 | 64 | 105 | 5 | 17 | 127 | 76 |
| Binary | 11110010 | 1110100 | 1001011 | 0 | 110100 | 1000101 | 101 | 1111 | 1010111 | 111110 |
Color Harmonies of #F2744B
Complementary color
Monochromatic Colors of #F2744B
Black with #F2744B
Text Example
Text Example
White with #F2744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2744B; }
p { color: rgb(242,116,75); }
H1.HeaderClassName
{
color: #F2744B;
}
.AnyTagClassName
{
color: #F2744B;
}
</style>
background-color css
<style>
a { background-color: #F2744B; }
a { background-color: rgb(242,116,75); }
div.DivClassName
{
background-color: #F2744B;
}
.BgClassName
{
background-color: #F2744B;
}
</style>
border-color css
<style>
span { border-color: #F2744B; }
span { border-color: rgb(242,116,75); }
td.TdClassName
{
border-color: #F2744B;
}
.TagClassName
{
border-color: #F2744B;
}
</style>