Shades of Burnt Orange #F26F29
Tints of Burnt Orange #F26F29
RGB
CMYK
RGB Variations
Color information
#F26F29 (or 0xF26F29) is known color: Burnt Orange. HEX triplet: F2, 6F and 29. RGB value is (242,111,41). Sum of RGB (Red+Green+Blue) = 242+111+41=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 41 (16.41% from 255 or 10.41% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26F29 is #0D90D6. Grayscale: #8E8E8E. Windows color (decimal): -889047 or 2715634. OLE color: 2715634.
HSL color Cylindrical-coordinate representation of color #F26F29: hue angle of 20.9º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F26F29 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 41 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.05 |
| HSL | 20.9º | 0.89% | 0.55% | - |
| HSV(B) | 20.9º | 0.83% | 0.95% | - |
| XYZ | 42.7 | 30.41 | 5.72 | - |
| YUV | 142.19 | 70.9 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 41 | 0 | 0.54 | 0.83 | 0.05 | 20.9 | 0.89 | 0.55 |
| Hex | F2 | 6F | 29 | 0 | 36 | 53 | 5 | 15 | 59 | 37 |
| Octal | 362 | 157 | 51 | 0 | 66 | 123 | 5 | 25 | 131 | 67 |
| Binary | 11110010 | 1101111 | 101001 | 0 | 110110 | 1010011 | 101 | 10101 | 1011001 | 110111 |
Color Harmonies of #F26F29
Complementary color
Monochromatic Colors of #F26F29
Black with #F26F29
Text Example
Text Example
White with #F26F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F29; }
p { color: rgb(242,111,41); }
H1.HeaderClassName
{
color: #F26F29;
}
.AnyTagClassName
{
color: #F26F29;
}
</style>
background-color css
<style>
a { background-color: #F26F29; }
a { background-color: rgb(242,111,41); }
div.DivClassName
{
background-color: #F26F29;
}
.BgClassName
{
background-color: #F26F29;
}
</style>
border-color css
<style>
span { border-color: #F26F29; }
span { border-color: rgb(242,111,41); }
td.TdClassName
{
border-color: #F26F29;
}
.TagClassName
{
border-color: #F26F29;
}
</style>