Shades of Burnt Orange #F96938
Tints of Burnt Orange #F96938
RGB
CMYK
RGB Variations
Color information
#F96938 (or 0xF96938) is known color: Burnt Orange. HEX triplet: F9, 69 and 38. RGB value is (249,105,56). Sum of RGB (Red+Green+Blue) = 249+105+56=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F96938 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96938 is #0696C7. Grayscale: #8E8E8E. Windows color (decimal): -431816 or 3697145. OLE color: 3697145.
HSL color Cylindrical-coordinate representation of color #F96938: hue angle of 15.23º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F96938 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 56 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.02 |
| HSL | 15.23º | 0.94% | 0.6% | - |
| HSV(B) | 15.23º | 0.78% | 0.98% | - |
| XYZ | 44.83 | 30.53 | 7.27 | - |
| YUV | 142.47 | 79.21 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 56 | 0 | 0.58 | 0.78 | 0.02 | 15.23 | 0.94 | 0.6 |
| Hex | F9 | 69 | 38 | 0 | 3A | 4E | 2 | F | 5E | 3C |
| Octal | 371 | 151 | 70 | 0 | 72 | 116 | 2 | 17 | 136 | 74 |
| Binary | 11111001 | 1101001 | 111000 | 0 | 111010 | 1001110 | 10 | 1111 | 1011110 | 111100 |
Color Harmonies of #F96938
Complementary color
Monochromatic Colors of #F96938
Black with #F96938
Text Example
Text Example
White with #F96938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96938; }
p { color: rgb(249,105,56); }
H1.HeaderClassName
{
color: #F96938;
}
.AnyTagClassName
{
color: #F96938;
}
</style>
background-color css
<style>
a { background-color: #F96938; }
a { background-color: rgb(249,105,56); }
div.DivClassName
{
background-color: #F96938;
}
.BgClassName
{
background-color: #F96938;
}
</style>
border-color css
<style>
span { border-color: #F96938; }
span { border-color: rgb(249,105,56); }
td.TdClassName
{
border-color: #F96938;
}
.TagClassName
{
border-color: #F96938;
}
</style>