Shades of Burnt Sienna #F2774F
Tints of Burnt Sienna #F2774F
RGB
CMYK
RGB Variations
Color information
#F2774F (or 0xF2774F) is known color: Burnt Sienna. HEX triplet: F2, 77 and 4F. RGB value is (242,119,79). Sum of RGB (Red+Green+Blue) = 242+119+79=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2774F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2774F is #0D88B0. Grayscale: #979797. Windows color (decimal): -886961 or 5208050. OLE color: 5208050.
HSL color Cylindrical-coordinate representation of color #F2774F: hue angle of 14.72º 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 #F2774F is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 119 | 79 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.05 |
| HSL | 14.72º | 0.86% | 0.63% | - |
| HSV(B) | 14.72º | 0.67% | 0.95% | - |
| XYZ | 44.63 | 32.64 | 11.34 | - |
| YUV | 151.22 | 87.25 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 119 | 79 | 0 | 0.51 | 0.67 | 0.05 | 14.72 | 0.86 | 0.63 |
| Hex | F2 | 77 | 4F | 0 | 33 | 43 | 5 | F | 56 | 3F |
| Octal | 362 | 167 | 117 | 0 | 63 | 103 | 5 | 17 | 126 | 77 |
| Binary | 11110010 | 1110111 | 1001111 | 0 | 110011 | 1000011 | 101 | 1111 | 1010110 | 111111 |
Color Harmonies of #F2774F
Complementary color
Monochromatic Colors of #F2774F
Black with #F2774F
Text Example
Text Example
White with #F2774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2774F; }
p { color: rgb(242,119,79); }
H1.HeaderClassName
{
color: #F2774F;
}
.AnyTagClassName
{
color: #F2774F;
}
</style>
background-color css
<style>
a { background-color: #F2774F; }
a { background-color: rgb(242,119,79); }
div.DivClassName
{
background-color: #F2774F;
}
.BgClassName
{
background-color: #F2774F;
}
</style>
border-color css
<style>
span { border-color: #F2774F; }
span { border-color: rgb(242,119,79); }
td.TdClassName
{
border-color: #F2774F;
}
.TagClassName
{
border-color: #F2774F;
}
</style>