Shades of Burnt Orange #F26425
Tints of Burnt Orange #F26425
RGB
CMYK
RGB Variations
Color information
#F26425 (or 0xF26425) is known color: Burnt Orange. HEX triplet: F2, 64 and 25. RGB value is (242,100,37). Sum of RGB (Red+Green+Blue) = 242+100+37=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F26425 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26425 is #0D9BDA. Grayscale: #878787. Windows color (decimal): -891867 or 2450674. OLE color: 2450674.
HSL color Cylindrical-coordinate representation of color #F26425: hue angle of 18.44º 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 #F26425 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 37 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.05 |
| HSL | 18.44º | 0.89% | 0.55% | - |
| HSV(B) | 18.44º | 0.85% | 0.95% | - |
| XYZ | 41.51 | 28.13 | 4.99 | - |
| YUV | 135.28 | 72.54 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 37 | 0 | 0.59 | 0.85 | 0.05 | 18.44 | 0.89 | 0.55 |
| Hex | F2 | 64 | 25 | 0 | 3B | 55 | 5 | 12 | 59 | 37 |
| Octal | 362 | 144 | 45 | 0 | 73 | 125 | 5 | 22 | 131 | 67 |
| Binary | 11110010 | 1100100 | 100101 | 0 | 111011 | 1010101 | 101 | 10010 | 1011001 | 110111 |
Color Harmonies of #F26425
Complementary color
Monochromatic Colors of #F26425
Black with #F26425
Text Example
Text Example
White with #F26425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26425; }
p { color: rgb(242,100,37); }
H1.HeaderClassName
{
color: #F26425;
}
.AnyTagClassName
{
color: #F26425;
}
</style>
background-color css
<style>
a { background-color: #F26425; }
a { background-color: rgb(242,100,37); }
div.DivClassName
{
background-color: #F26425;
}
.BgClassName
{
background-color: #F26425;
}
</style>
border-color css
<style>
span { border-color: #F26425; }
span { border-color: rgb(242,100,37); }
td.TdClassName
{
border-color: #F26425;
}
.TagClassName
{
border-color: #F26425;
}
</style>