Shades of Burnt Orange #F26624
Tints of Burnt Orange #F26624
RGB
CMYK
RGB Variations
Color information
#F26624 (or 0xF26624) is known color: Burnt Orange. HEX triplet: F2, 66 and 24. RGB value is (242,102,36). Sum of RGB (Red+Green+Blue) = 242+102+36=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F26624 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26624 is #0D99DB. Grayscale: #888888. Windows color (decimal): -891356 or 2385650. OLE color: 2385650.
HSL color Cylindrical-coordinate representation of color #F26624: hue angle of 19.22º 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 #F26624 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 36 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.05 |
| HSL | 19.22º | 0.89% | 0.55% | - |
| HSV(B) | 19.22º | 0.85% | 0.95% | - |
| XYZ | 41.69 | 28.51 | 4.97 | - |
| YUV | 136.34 | 71.38 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 36 | 0 | 0.58 | 0.85 | 0.05 | 19.22 | 0.89 | 0.55 |
| Hex | F2 | 66 | 24 | 0 | 3A | 55 | 5 | 13 | 59 | 37 |
| Octal | 362 | 146 | 44 | 0 | 72 | 125 | 5 | 23 | 131 | 67 |
| Binary | 11110010 | 1100110 | 100100 | 0 | 111010 | 1010101 | 101 | 10011 | 1011001 | 110111 |
Color Harmonies of #F26624
Complementary color
Monochromatic Colors of #F26624
Black with #F26624
Text Example
Text Example
White with #F26624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26624; }
p { color: rgb(242,102,36); }
H1.HeaderClassName
{
color: #F26624;
}
.AnyTagClassName
{
color: #F26624;
}
</style>
background-color css
<style>
a { background-color: #F26624; }
a { background-color: rgb(242,102,36); }
div.DivClassName
{
background-color: #F26624;
}
.BgClassName
{
background-color: #F26624;
}
</style>
border-color css
<style>
span { border-color: #F26624; }
span { border-color: rgb(242,102,36); }
td.TdClassName
{
border-color: #F26624;
}
.TagClassName
{
border-color: #F26624;
}
</style>