Shades of Burnt Orange #F26325
Tints of Burnt Orange #F26325
RGB
CMYK
RGB Variations
Color information
#F26325 (or 0xF26325) is known color: Burnt Orange. HEX triplet: F2, 63 and 25. RGB value is (242,99,37). Sum of RGB (Red+Green+Blue) = 242+99+37=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F26325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26325 is #0D9CDA. Grayscale: #878787. Windows color (decimal): -892123 or 2450418. OLE color: 2450418.
HSL color Cylindrical-coordinate representation of color #F26325: hue angle of 18.15º 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 #F26325 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 37 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.05 |
| HSL | 18.15º | 0.89% | 0.55% | - |
| HSV(B) | 18.15º | 0.85% | 0.95% | - |
| XYZ | 41.41 | 27.93 | 4.96 | - |
| YUV | 134.69 | 72.88 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 37 | 0 | 0.59 | 0.85 | 0.05 | 18.15 | 0.89 | 0.55 |
| Hex | F2 | 63 | 25 | 0 | 3B | 55 | 5 | 12 | 59 | 37 |
| Octal | 362 | 143 | 45 | 0 | 73 | 125 | 5 | 22 | 131 | 67 |
| Binary | 11110010 | 1100011 | 100101 | 0 | 111011 | 1010101 | 101 | 10010 | 1011001 | 110111 |
Color Harmonies of #F26325
Complementary color
Monochromatic Colors of #F26325
Black with #F26325
Text Example
Text Example
White with #F26325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26325; }
p { color: rgb(242,99,37); }
H1.HeaderClassName
{
color: #F26325;
}
.AnyTagClassName
{
color: #F26325;
}
</style>
background-color css
<style>
a { background-color: #F26325; }
a { background-color: rgb(242,99,37); }
div.DivClassName
{
background-color: #F26325;
}
.BgClassName
{
background-color: #F26325;
}
</style>
border-color css
<style>
span { border-color: #F26325; }
span { border-color: rgb(242,99,37); }
td.TdClassName
{
border-color: #F26325;
}
.TagClassName
{
border-color: #F26325;
}
</style>