Shades of Burnt Orange #F97143
Tints of Burnt Orange #F97143
RGB
CMYK
RGB Variations
Color information
#F97143 (or 0xF97143) is known color: Burnt Orange. HEX triplet: F9, 71 and 43. RGB value is (249,113,67). Sum of RGB (Red+Green+Blue) = 249+113+67=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 67 (26.56% from 255 or 15.62% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F97143 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F97143 is #068EBC. Grayscale: #949494. Windows color (decimal): -429757 or 4420089. OLE color: 4420089.
HSL color Cylindrical-coordinate representation of color #F97143: hue angle of 15.16º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F97143 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 113 | 67 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.02 |
| HSL | 15.16º | 0.94% | 0.62% | - |
| HSV(B) | 15.16º | 0.73% | 0.98% | - |
| XYZ | 45.99 | 32.36 | 9.13 | - |
| YUV | 148.42 | 82.06 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 113 | 67 | 0 | 0.55 | 0.73 | 0.02 | 15.16 | 0.94 | 0.62 |
| Hex | F9 | 71 | 43 | 0 | 37 | 49 | 2 | F | 5E | 3E |
| Octal | 371 | 161 | 103 | 0 | 67 | 111 | 2 | 17 | 136 | 76 |
| Binary | 11111001 | 1110001 | 1000011 | 0 | 110111 | 1001001 | 10 | 1111 | 1011110 | 111110 |
Color Harmonies of #F97143
Complementary color
Monochromatic Colors of #F97143
Black with #F97143
Text Example
Text Example
White with #F97143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97143; }
p { color: rgb(249,113,67); }
H1.HeaderClassName
{
color: #F97143;
}
.AnyTagClassName
{
color: #F97143;
}
</style>
background-color css
<style>
a { background-color: #F97143; }
a { background-color: rgb(249,113,67); }
div.DivClassName
{
background-color: #F97143;
}
.BgClassName
{
background-color: #F97143;
}
</style>
border-color css
<style>
span { border-color: #F97143; }
span { border-color: rgb(249,113,67); }
td.TdClassName
{
border-color: #F97143;
}
.TagClassName
{
border-color: #F97143;
}
</style>