Shades of Burnt Sienna #F26F4D
Tints of Burnt Sienna #F26F4D
RGB
CMYK
RGB Variations
Color information
#F26F4D (or 0xF26F4D) is known color: Burnt Sienna. HEX triplet: F2, 6F and 4D. RGB value is (242,111,77). Sum of RGB (Red+Green+Blue) = 242+111+77=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26F4D is #0D90B2. Grayscale: #929292. Windows color (decimal): -889011 or 5074930. OLE color: 5074930.
HSL color Cylindrical-coordinate representation of color #F26F4D: hue angle of 12.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 #F26F4D is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 77 | - |
| CMYK | 0 | 0.54 | 0.68 | 0.05 |
| HSL | 12.36º | 0.86% | 0.63% | - |
| HSV(B) | 12.36º | 0.68% | 0.95% | - |
| XYZ | 43.64 | 30.78 | 10.66 | - |
| YUV | 146.29 | 88.9 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 77 | 0 | 0.54 | 0.68 | 0.05 | 12.36 | 0.86 | 0.63 |
| Hex | F2 | 6F | 4D | 0 | 36 | 44 | 5 | C | 56 | 3F |
| Octal | 362 | 157 | 115 | 0 | 66 | 104 | 5 | 14 | 126 | 77 |
| Binary | 11110010 | 1101111 | 1001101 | 0 | 110110 | 1000100 | 101 | 1100 | 1010110 | 111111 |
Color Harmonies of #F26F4D
Complementary color
Monochromatic Colors of #F26F4D
Black with #F26F4D
Text Example
Text Example
White with #F26F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F4D; }
p { color: rgb(242,111,77); }
H1.HeaderClassName
{
color: #F26F4D;
}
.AnyTagClassName
{
color: #F26F4D;
}
</style>
background-color css
<style>
a { background-color: #F26F4D; }
a { background-color: rgb(242,111,77); }
div.DivClassName
{
background-color: #F26F4D;
}
.BgClassName
{
background-color: #F26F4D;
}
</style>
border-color css
<style>
span { border-color: #F26F4D; }
span { border-color: rgb(242,111,77); }
td.TdClassName
{
border-color: #F26F4D;
}
.TagClassName
{
border-color: #F26F4D;
}
</style>