Shades of Burnt Orange #F26924
Tints of Burnt Orange #F26924
RGB
CMYK
RGB Variations
Color information
#F26924 (or 0xF26924) is known color: Burnt Orange. HEX triplet: F2, 69 and 24. RGB value is (242,105,36). Sum of RGB (Red+Green+Blue) = 242+105+36=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F26924 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26924 is #0D96DB. Grayscale: #8A8A8A. Windows color (decimal): -890588 or 2386418. OLE color: 2386418.
HSL color Cylindrical-coordinate representation of color #F26924: hue angle of 20.1º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F26924 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 36 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.05 |
| HSL | 20.1º | 0.89% | 0.55% | - |
| HSV(B) | 20.1º | 0.85% | 0.95% | - |
| XYZ | 41.99 | 29.11 | 5.07 | - |
| YUV | 138.1 | 70.39 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 36 | 0 | 0.57 | 0.85 | 0.05 | 20.1 | 0.89 | 0.55 |
| Hex | F2 | 69 | 24 | 0 | 39 | 55 | 5 | 14 | 59 | 37 |
| Octal | 362 | 151 | 44 | 0 | 71 | 125 | 5 | 24 | 131 | 67 |
| Binary | 11110010 | 1101001 | 100100 | 0 | 111001 | 1010101 | 101 | 10100 | 1011001 | 110111 |
Color Harmonies of #F26924
Complementary color
Monochromatic Colors of #F26924
Black with #F26924
Text Example
Text Example
White with #F26924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26924; }
p { color: rgb(242,105,36); }
H1.HeaderClassName
{
color: #F26924;
}
.AnyTagClassName
{
color: #F26924;
}
</style>
background-color css
<style>
a { background-color: #F26924; }
a { background-color: rgb(242,105,36); }
div.DivClassName
{
background-color: #F26924;
}
.BgClassName
{
background-color: #F26924;
}
</style>
border-color css
<style>
span { border-color: #F26924; }
span { border-color: rgb(242,105,36); }
td.TdClassName
{
border-color: #F26924;
}
.TagClassName
{
border-color: #F26924;
}
</style>