Shades of Burnt Orange #F16325
Tints of Burnt Orange #F16325
RGB
CMYK
RGB Variations
Color information
#F16325 (or 0xF16325) is known color: Burnt Orange. HEX triplet: F1, 63 and 25. RGB value is (241,99,37). Sum of RGB (Red+Green+Blue) = 241+99+37=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F16325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16325 is #0E9CDA. Grayscale: #868686. Windows color (decimal): -957659 or 2450417. OLE color: 2450417.
HSL color Cylindrical-coordinate representation of color #F16325: hue angle of 18.24º degrees, saturation: 0.88, 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 #F16325 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 37 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.05 |
| HSL | 18.24º | 0.88% | 0.55% | - |
| HSV(B) | 18.24º | 0.85% | 0.95% | - |
| XYZ | 41.07 | 27.76 | 4.94 | - |
| YUV | 134.39 | 73.04 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 37 | 0 | 0.59 | 0.85 | 0.05 | 18.24 | 0.88 | 0.55 |
| Hex | F1 | 63 | 25 | 0 | 3B | 55 | 5 | 12 | 58 | 37 |
| Octal | 361 | 143 | 45 | 0 | 73 | 125 | 5 | 22 | 130 | 67 |
| Binary | 11110001 | 1100011 | 100101 | 0 | 111011 | 1010101 | 101 | 10010 | 1011000 | 110111 |
Color Harmonies of #F16325
Complementary color
Monochromatic Colors of #F16325
Black with #F16325
Text Example
Text Example
White with #F16325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16325; }
p { color: rgb(241,99,37); }
H1.HeaderClassName
{
color: #F16325;
}
.AnyTagClassName
{
color: #F16325;
}
</style>
background-color css
<style>
a { background-color: #F16325; }
a { background-color: rgb(241,99,37); }
div.DivClassName
{
background-color: #F16325;
}
.BgClassName
{
background-color: #F16325;
}
</style>
border-color css
<style>
span { border-color: #F16325; }
span { border-color: rgb(241,99,37); }
td.TdClassName
{
border-color: #F16325;
}
.TagClassName
{
border-color: #F16325;
}
</style>