Shades of Burnt Orange #F46725
Tints of Burnt Orange #F46725
RGB
CMYK
RGB Variations
Color information
#F46725 (or 0xF46725) is known color: Burnt Orange. HEX triplet: F4, 67 and 25. RGB value is (244,103,37). Sum of RGB (Red+Green+Blue) = 244+103+37=384 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.54% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 244 - color contains mainly: red. Hex color #F46725 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F46725 is #0B98DA. Grayscale: #8A8A8A. Windows color (decimal): -760027 or 2451444. OLE color: 2451444.
HSL color Cylindrical-coordinate representation of color #F46725: hue angle of 19.13º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F46725 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 103 | 37 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.04 |
| HSL | 19.13º | 0.9% | 0.55% | - |
| HSV(B) | 19.13º | 0.85% | 0.96% | - |
| XYZ | 42.49 | 29.07 | 5.12 | - |
| YUV | 137.64 | 71.21 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 103 | 37 | 0 | 0.58 | 0.85 | 0.04 | 19.13 | 0.9 | 0.55 |
| Hex | F4 | 67 | 25 | 0 | 3A | 55 | 4 | 13 | 5A | 37 |
| Octal | 364 | 147 | 45 | 0 | 72 | 125 | 4 | 23 | 132 | 67 |
| Binary | 11110100 | 1100111 | 100101 | 0 | 111010 | 1010101 | 100 | 10011 | 1011010 | 110111 |
Color Harmonies of #F46725
Complementary color
Monochromatic Colors of #F46725
Black with #F46725
Text Example
Text Example
White with #F46725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46725; }
p { color: rgb(244,103,37); }
H1.HeaderClassName
{
color: #F46725;
}
.AnyTagClassName
{
color: #F46725;
}
</style>
background-color css
<style>
a { background-color: #F46725; }
a { background-color: rgb(244,103,37); }
div.DivClassName
{
background-color: #F46725;
}
.BgClassName
{
background-color: #F46725;
}
</style>
border-color css
<style>
span { border-color: #F46725; }
span { border-color: rgb(244,103,37); }
td.TdClassName
{
border-color: #F46725;
}
.TagClassName
{
border-color: #F46725;
}
</style>