Shades of Burnt Sienna #F26C54
Tints of Burnt Sienna #F26C54
RGB
CMYK
RGB Variations
Color information
#F26C54 (or 0xF26C54) is known color: Burnt Sienna. HEX triplet: F2, 6C and 54. RGB value is (242,108,84). Sum of RGB (Red+Green+Blue) = 242+108+84=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F26C54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26C54 is #0D93AB. Grayscale: #919191. Windows color (decimal): -889772 or 5532914. OLE color: 5532914.
HSL color Cylindrical-coordinate representation of color #F26C54: hue angle of 9.11º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F26C54 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 108 | 84 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.05 |
| HSL | 9.11º | 0.86% | 0.64% | - |
| HSV(B) | 9.11º | 0.65% | 0.95% | - |
| XYZ | 43.58 | 30.24 | 11.93 | - |
| YUV | 145.33 | 93.39 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 108 | 84 | 0 | 0.55 | 0.65 | 0.05 | 9.11 | 0.86 | 0.64 |
| Hex | F2 | 6C | 54 | 0 | 37 | 41 | 5 | 9 | 56 | 40 |
| Octal | 362 | 154 | 124 | 0 | 67 | 101 | 5 | 11 | 126 | 100 |
| Binary | 11110010 | 1101100 | 1010100 | 0 | 110111 | 1000001 | 101 | 1001 | 1010110 | 1000000 |
Color Harmonies of #F26C54
Complementary color
Monochromatic Colors of #F26C54
Black with #F26C54
Text Example
Text Example
White with #F26C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26C54; }
p { color: rgb(242,108,84); }
H1.HeaderClassName
{
color: #F26C54;
}
.AnyTagClassName
{
color: #F26C54;
}
</style>
background-color css
<style>
a { background-color: #F26C54; }
a { background-color: rgb(242,108,84); }
div.DivClassName
{
background-color: #F26C54;
}
.BgClassName
{
background-color: #F26C54;
}
</style>
border-color css
<style>
span { border-color: #F26C54; }
span { border-color: rgb(242,108,84); }
td.TdClassName
{
border-color: #F26C54;
}
.TagClassName
{
border-color: #F26C54;
}
</style>