Shades of Burnt Sienna #F2774D
Tints of Burnt Sienna #F2774D
RGB
CMYK
RGB Variations
Color information
#F2774D (or 0xF2774D) is known color: Burnt Sienna. HEX triplet: F2, 77 and 4D. RGB value is (242,119,77). Sum of RGB (Red+Green+Blue) = 242+119+77=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F2774D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2774D is #0D88B2. Grayscale: #979797. Windows color (decimal): -886963 or 5076978. OLE color: 5076978.
HSL color Cylindrical-coordinate representation of color #F2774D: hue angle of 15.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 #F2774D is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 77 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.05 |
| HSL | 15.27º | 0.86% | 0.63% | - |
| HSV(B) | 15.27º | 0.68% | 0.95% | - |
| XYZ | 44.55 | 32.61 | 10.97 | - |
| YUV | 150.99 | 86.25 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 77 | 0 | 0.51 | 0.68 | 0.05 | 15.27 | 0.86 | 0.63 |
| Hex | F2 | 77 | 4D | 0 | 33 | 44 | 5 | F | 56 | 3F |
| Octal | 362 | 167 | 115 | 0 | 63 | 104 | 5 | 17 | 126 | 77 |
| Binary | 11110010 | 1110111 | 1001101 | 0 | 110011 | 1000100 | 101 | 1111 | 1010110 | 111111 |
Color Harmonies of #F2774D
Complementary color
Monochromatic Colors of #F2774D
Black with #F2774D
Text Example
Text Example
White with #F2774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2774D; }
p { color: rgb(242,119,77); }
H1.HeaderClassName
{
color: #F2774D;
}
.AnyTagClassName
{
color: #F2774D;
}
</style>
background-color css
<style>
a { background-color: #F2774D; }
a { background-color: rgb(242,119,77); }
div.DivClassName
{
background-color: #F2774D;
}
.BgClassName
{
background-color: #F2774D;
}
</style>
border-color css
<style>
span { border-color: #F2774D; }
span { border-color: rgb(242,119,77); }
td.TdClassName
{
border-color: #F2774D;
}
.TagClassName
{
border-color: #F2774D;
}
</style>