Shades of Burnt Orange #F26423
Tints of Burnt Orange #F26423
RGB
CMYK
RGB Variations
Color information
#F26423 (or 0xF26423) is known color: Burnt Orange. HEX triplet: F2, 64 and 23. RGB value is (242,100,35). Sum of RGB (Red+Green+Blue) = 242+100+35=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F26423 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26423 is #0D9BDC. Grayscale: #878787. Windows color (decimal): -891869 or 2319602. OLE color: 2319602.
HSL color Cylindrical-coordinate representation of color #F26423: hue angle of 18.84º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F26423 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 35 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.05 |
| HSL | 18.84º | 0.89% | 0.54% | - |
| HSV(B) | 18.84º | 0.86% | 0.95% | - |
| XYZ | 41.48 | 28.11 | 4.83 | - |
| YUV | 135.05 | 71.54 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 35 | 0 | 0.59 | 0.86 | 0.05 | 18.84 | 0.89 | 0.54 |
| Hex | F2 | 64 | 23 | 0 | 3B | 56 | 5 | 13 | 59 | 36 |
| Octal | 362 | 144 | 43 | 0 | 73 | 126 | 5 | 23 | 131 | 66 |
| Binary | 11110010 | 1100100 | 100011 | 0 | 111011 | 1010110 | 101 | 10011 | 1011001 | 110110 |
Color Harmonies of #F26423
Complementary color
Monochromatic Colors of #F26423
Black with #F26423
Text Example
Text Example
White with #F26423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26423; }
p { color: rgb(242,100,35); }
H1.HeaderClassName
{
color: #F26423;
}
.AnyTagClassName
{
color: #F26423;
}
</style>
background-color css
<style>
a { background-color: #F26423; }
a { background-color: rgb(242,100,35); }
div.DivClassName
{
background-color: #F26423;
}
.BgClassName
{
background-color: #F26423;
}
</style>
border-color css
<style>
span { border-color: #F26423; }
span { border-color: rgb(242,100,35); }
td.TdClassName
{
border-color: #F26423;
}
.TagClassName
{
border-color: #F26423;
}
</style>