Shades of Burnt Orange #F9742C
Tints of Burnt Orange #F9742C
RGB
CMYK
RGB Variations
Color information
#F9742C (or 0xF9742C) is known color: Burnt Orange. HEX triplet: F9, 74 and 2C. RGB value is (249,116,44). Sum of RGB (Red+Green+Blue) = 249+116+44=409 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.88% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 249 - color contains mainly: red. Hex color #F9742C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9742C is #068BD3. Grayscale: #939393. Windows color (decimal): -429012 or 2913529. OLE color: 2913529.
HSL color Cylindrical-coordinate representation of color #F9742C: hue angle of 21.07º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9742C is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 116 | 44 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.02 |
| HSL | 21.07º | 0.94% | 0.57% | - |
| HSV(B) | 21.07º | 0.82% | 0.98% | - |
| XYZ | 45.77 | 32.81 | 6.3 | - |
| YUV | 147.56 | 69.56 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 116 | 44 | 0 | 0.53 | 0.82 | 0.02 | 21.07 | 0.94 | 0.57 |
| Hex | F9 | 74 | 2C | 0 | 35 | 52 | 2 | 15 | 5E | 39 |
| Octal | 371 | 164 | 54 | 0 | 65 | 122 | 2 | 25 | 136 | 71 |
| Binary | 11111001 | 1110100 | 101100 | 0 | 110101 | 1010010 | 10 | 10101 | 1011110 | 111001 |
Color Harmonies of #F9742C
Complementary color
Monochromatic Colors of #F9742C
Black with #F9742C
Text Example
Text Example
White with #F9742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9742C; }
p { color: rgb(249,116,44); }
H1.HeaderClassName
{
color: #F9742C;
}
.AnyTagClassName
{
color: #F9742C;
}
</style>
background-color css
<style>
a { background-color: #F9742C; }
a { background-color: rgb(249,116,44); }
div.DivClassName
{
background-color: #F9742C;
}
.BgClassName
{
background-color: #F9742C;
}
</style>
border-color css
<style>
span { border-color: #F9742C; }
span { border-color: rgb(249,116,44); }
td.TdClassName
{
border-color: #F9742C;
}
.TagClassName
{
border-color: #F9742C;
}
</style>