Shades of Burnt Sienna #F26E42
Tints of Burnt Sienna #F26E42
RGB
CMYK
RGB Variations
Color information
#F26E42 (or 0xF26E42) is known color: Burnt Sienna. HEX triplet: F2, 6E and 42. RGB value is (242,110,66). Sum of RGB (Red+Green+Blue) = 242+110+66=418 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.89% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26E42 is #0D91BD. Grayscale: #909090. Windows color (decimal): -889278 or 4353778. OLE color: 4353778.
HSL color Cylindrical-coordinate representation of color #F26E42: hue angle of 15º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F26E42 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 110 | 66 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.05 |
| HSL | 15º | 0.87% | 0.6% | - |
| HSV(B) | 15º | 0.73% | 0.95% | - |
| XYZ | 43.18 | 30.42 | 8.75 | - |
| YUV | 144.45 | 83.73 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 110 | 66 | 0 | 0.55 | 0.73 | 0.05 | 15 | 0.87 | 0.6 |
| Hex | F2 | 6E | 42 | 0 | 37 | 49 | 5 | F | 57 | 3C |
| Octal | 362 | 156 | 102 | 0 | 67 | 111 | 5 | 17 | 127 | 74 |
| Binary | 11110010 | 1101110 | 1000010 | 0 | 110111 | 1001001 | 101 | 1111 | 1010111 | 111100 |
Color Harmonies of #F26E42
Complementary color
Monochromatic Colors of #F26E42
Black with #F26E42
Text Example
Text Example
White with #F26E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26E42; }
p { color: rgb(242,110,66); }
H1.HeaderClassName
{
color: #F26E42;
}
.AnyTagClassName
{
color: #F26E42;
}
</style>
background-color css
<style>
a { background-color: #F26E42; }
a { background-color: rgb(242,110,66); }
div.DivClassName
{
background-color: #F26E42;
}
.BgClassName
{
background-color: #F26E42;
}
</style>
border-color css
<style>
span { border-color: #F26E42; }
span { border-color: rgb(242,110,66); }
td.TdClassName
{
border-color: #F26E42;
}
.TagClassName
{
border-color: #F26E42;
}
</style>