Shades of Burnt Sienna #F26C52
Tints of Burnt Sienna #F26C52
RGB
CMYK
RGB Variations
Color information
#F26C52 (or 0xF26C52) is known color: Burnt Sienna. HEX triplet: F2, 6C and 52. RGB value is (242,108,82). Sum of RGB (Red+Green+Blue) = 242+108+82=432 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.02% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 82 (32.42% from 255 or 18.98% from 432); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C52 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26C52 is #0D93AD. Grayscale: #919191. Windows color (decimal): -889774 or 5401842. OLE color: 5401842.
HSL color Cylindrical-coordinate representation of color #F26C52: hue angle of 9.75º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F26C52 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 82 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.05 |
| HSL | 9.75º | 0.86% | 0.64% | - |
| HSV(B) | 9.75º | 0.66% | 0.95% | - |
| XYZ | 43.5 | 30.21 | 11.52 | - |
| YUV | 145.1 | 92.39 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 82 | 0 | 0.55 | 0.66 | 0.05 | 9.75 | 0.86 | 0.64 |
| Hex | F2 | 6C | 52 | 0 | 37 | 42 | 5 | A | 56 | 40 |
| Octal | 362 | 154 | 122 | 0 | 67 | 102 | 5 | 12 | 126 | 100 |
| Binary | 11110010 | 1101100 | 1010010 | 0 | 110111 | 1000010 | 101 | 1010 | 1010110 | 1000000 |
Color Harmonies of #F26C52
Complementary color
Monochromatic Colors of #F26C52
Black with #F26C52
Text Example
Text Example
White with #F26C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C52; }
p { color: rgb(242,108,82); }
H1.HeaderClassName
{
color: #F26C52;
}
.AnyTagClassName
{
color: #F26C52;
}
</style>
background-color css
<style>
a { background-color: #F26C52; }
a { background-color: rgb(242,108,82); }
div.DivClassName
{
background-color: #F26C52;
}
.BgClassName
{
background-color: #F26C52;
}
</style>
border-color css
<style>
span { border-color: #F26C52; }
span { border-color: rgb(242,108,82); }
td.TdClassName
{
border-color: #F26C52;
}
.TagClassName
{
border-color: #F26C52;
}
</style>