Shades of Burnt Orange #F9752E
Tints of Burnt Orange #F9752E
RGB
CMYK
RGB Variations
Color information
#F9752E (or 0xF9752E) is known color: Burnt Orange. HEX triplet: F9, 75 and 2E. RGB value is (249,117,46). Sum of RGB (Red+Green+Blue) = 249+117+46=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F9752E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9752E is #068AD1. Grayscale: #949494. Windows color (decimal): -428754 or 3044857. OLE color: 3044857.
HSL color Cylindrical-coordinate representation of color #F9752E: hue angle of 20.99º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9752E is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 117 | 46 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.02 |
| HSL | 20.99º | 0.94% | 0.58% | - |
| HSV(B) | 20.99º | 0.82% | 0.98% | - |
| XYZ | 45.92 | 33.06 | 6.55 | - |
| YUV | 148.37 | 70.23 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 117 | 46 | 0 | 0.53 | 0.82 | 0.02 | 20.99 | 0.94 | 0.58 |
| Hex | F9 | 75 | 2E | 0 | 35 | 52 | 2 | 15 | 5E | 3A |
| Octal | 371 | 165 | 56 | 0 | 65 | 122 | 2 | 25 | 136 | 72 |
| Binary | 11111001 | 1110101 | 101110 | 0 | 110101 | 1010010 | 10 | 10101 | 1011110 | 111010 |
Color Harmonies of #F9752E
Complementary color
Monochromatic Colors of #F9752E
Black with #F9752E
Text Example
Text Example
White with #F9752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9752E; }
p { color: rgb(249,117,46); }
H1.HeaderClassName
{
color: #F9752E;
}
.AnyTagClassName
{
color: #F9752E;
}
</style>
background-color css
<style>
a { background-color: #F9752E; }
a { background-color: rgb(249,117,46); }
div.DivClassName
{
background-color: #F9752E;
}
.BgClassName
{
background-color: #F9752E;
}
</style>
border-color css
<style>
span { border-color: #F9752E; }
span { border-color: rgb(249,117,46); }
td.TdClassName
{
border-color: #F9752E;
}
.TagClassName
{
border-color: #F9752E;
}
</style>