Shades of Burnt Sienna #F26B4D
Tints of Burnt Sienna #F26B4D
RGB
CMYK
RGB Variations
Color information
#F26B4D (or 0xF26B4D) is known color: Burnt Sienna. HEX triplet: F2, 6B and 4D. RGB value is (242,107,77). Sum of RGB (Red+Green+Blue) = 242+107+77=426 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.81% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B4D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26B4D is #0D94B2. Grayscale: #909090. Windows color (decimal): -890035 or 5073906. OLE color: 5073906.
HSL color Cylindrical-coordinate representation of color #F26B4D: hue angle of 10.91º 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 #F26B4D is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 107 | 77 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.05 |
| HSL | 10.91º | 0.86% | 0.63% | - |
| HSV(B) | 10.91º | 0.68% | 0.95% | - |
| XYZ | 43.22 | 29.93 | 10.52 | - |
| YUV | 143.95 | 90.23 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 107 | 77 | 0 | 0.56 | 0.68 | 0.05 | 10.91 | 0.86 | 0.63 |
| Hex | F2 | 6B | 4D | 0 | 38 | 44 | 5 | B | 56 | 3F |
| Octal | 362 | 153 | 115 | 0 | 70 | 104 | 5 | 13 | 126 | 77 |
| Binary | 11110010 | 1101011 | 1001101 | 0 | 111000 | 1000100 | 101 | 1011 | 1010110 | 111111 |
Color Harmonies of #F26B4D
Complementary color
Monochromatic Colors of #F26B4D
Black with #F26B4D
Text Example
Text Example
White with #F26B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26B4D; }
p { color: rgb(242,107,77); }
H1.HeaderClassName
{
color: #F26B4D;
}
.AnyTagClassName
{
color: #F26B4D;
}
</style>
background-color css
<style>
a { background-color: #F26B4D; }
a { background-color: rgb(242,107,77); }
div.DivClassName
{
background-color: #F26B4D;
}
.BgClassName
{
background-color: #F26B4D;
}
</style>
border-color css
<style>
span { border-color: #F26B4D; }
span { border-color: rgb(242,107,77); }
td.TdClassName
{
border-color: #F26B4D;
}
.TagClassName
{
border-color: #F26B4D;
}
</style>