Shades of Burnt Sienna #F27A4D
Tints of Burnt Sienna #F27A4D
RGB
CMYK
RGB Variations
Color information
#F27A4D (or 0xF27A4D) is known color: Burnt Sienna. HEX triplet: F2, 7A and 4D. RGB value is (242,122,77). Sum of RGB (Red+Green+Blue) = 242+122+77=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 77 (30.47% from 255 or 17.46% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27A4D is #0D85B2. Grayscale: #999999. Windows color (decimal): -886195 or 5077746. OLE color: 5077746.
HSL color Cylindrical-coordinate representation of color #F27A4D: hue angle of 16.36º 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 #F27A4D is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 77 | - |
| CMYK | 0 | 0.50 | 0.68 | 0.05 |
| HSL | 16.36º | 0.86% | 0.63% | - |
| HSV(B) | 16.36º | 0.68% | 0.95% | - |
| XYZ | 44.92 | 33.33 | 11.09 | - |
| YUV | 152.75 | 85.26 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 77 | 0 | 0.50 | 0.68 | 0.05 | 16.36 | 0.86 | 0.63 |
| Hex | F2 | 7A | 4D | 0 | 32 | 44 | 5 | 10 | 56 | 3F |
| Octal | 362 | 172 | 115 | 0 | 62 | 104 | 5 | 20 | 126 | 77 |
| Binary | 11110010 | 1111010 | 1001101 | 0 | 110010 | 1000100 | 101 | 10000 | 1010110 | 111111 |
Color Harmonies of #F27A4D
Complementary color
Monochromatic Colors of #F27A4D
Black with #F27A4D
Text Example
Text Example
White with #F27A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27A4D; }
p { color: rgb(242,122,77); }
H1.HeaderClassName
{
color: #F27A4D;
}
.AnyTagClassName
{
color: #F27A4D;
}
</style>
background-color css
<style>
a { background-color: #F27A4D; }
a { background-color: rgb(242,122,77); }
div.DivClassName
{
background-color: #F27A4D;
}
.BgClassName
{
background-color: #F27A4D;
}
</style>
border-color css
<style>
span { border-color: #F27A4D; }
span { border-color: rgb(242,122,77); }
td.TdClassName
{
border-color: #F27A4D;
}
.TagClassName
{
border-color: #F27A4D;
}
</style>