Shades of Burnt Orange #F26429
Tints of Burnt Orange #F26429
RGB
CMYK
RGB Variations
Color information
#F26429 (or 0xF26429) is known color: Burnt Orange. HEX triplet: F2, 64 and 29. RGB value is (242,100,41). Sum of RGB (Red+Green+Blue) = 242+100+41=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 41 (16.41% from 255 or 10.70% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F26429 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26429 is #0D9BD6. Grayscale: #888888. Windows color (decimal): -891863 or 2712818. OLE color: 2712818.
HSL color Cylindrical-coordinate representation of color #F26429: hue angle of 17.61º 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 #F26429 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 41 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.05 |
| HSL | 17.61º | 0.89% | 0.55% | - |
| HSV(B) | 17.61º | 0.83% | 0.95% | - |
| XYZ | 41.58 | 28.15 | 5.34 | - |
| YUV | 135.73 | 74.54 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 41 | 0 | 0.59 | 0.83 | 0.05 | 17.61 | 0.89 | 0.55 |
| Hex | F2 | 64 | 29 | 0 | 3B | 53 | 5 | 12 | 59 | 37 |
| Octal | 362 | 144 | 51 | 0 | 73 | 123 | 5 | 22 | 131 | 67 |
| Binary | 11110010 | 1100100 | 101001 | 0 | 111011 | 1010011 | 101 | 10010 | 1011001 | 110111 |
Color Harmonies of #F26429
Complementary color
Monochromatic Colors of #F26429
Black with #F26429
Text Example
Text Example
White with #F26429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26429; }
p { color: rgb(242,100,41); }
H1.HeaderClassName
{
color: #F26429;
}
.AnyTagClassName
{
color: #F26429;
}
</style>
background-color css
<style>
a { background-color: #F26429; }
a { background-color: rgb(242,100,41); }
div.DivClassName
{
background-color: #F26429;
}
.BgClassName
{
background-color: #F26429;
}
</style>
border-color css
<style>
span { border-color: #F26429; }
span { border-color: rgb(242,100,41); }
td.TdClassName
{
border-color: #F26429;
}
.TagClassName
{
border-color: #F26429;
}
</style>