Shades of Burnt Orange #F96730
Tints of Burnt Orange #F96730
RGB
CMYK
RGB Variations
Color information
#F96730 (or 0xF96730) is known color: Burnt Orange. HEX triplet: F9, 67 and 30. RGB value is (249,103,48). Sum of RGB (Red+Green+Blue) = 249+103+48=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 48 (19.14% from 255 or 12% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F96730 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96730 is #0698CF. Grayscale: #8C8C8C. Windows color (decimal): -432336 or 3172345. OLE color: 3172345.
HSL color Cylindrical-coordinate representation of color #F96730: hue angle of 16.42º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F96730 is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 48 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.02 |
| HSL | 16.42º | 0.94% | 0.58% | - |
| HSV(B) | 16.42º | 0.81% | 0.98% | - |
| XYZ | 44.45 | 30.05 | 6.25 | - |
| YUV | 140.38 | 75.87 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 48 | 0 | 0.59 | 0.81 | 0.02 | 16.42 | 0.94 | 0.58 |
| Hex | F9 | 67 | 30 | 0 | 3B | 51 | 2 | 10 | 5E | 3A |
| Octal | 371 | 147 | 60 | 0 | 73 | 121 | 2 | 20 | 136 | 72 |
| Binary | 11111001 | 1100111 | 110000 | 0 | 111011 | 1010001 | 10 | 10000 | 1011110 | 111010 |
Color Harmonies of #F96730
Complementary color
Monochromatic Colors of #F96730
Black with #F96730
Text Example
Text Example
White with #F96730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96730; }
p { color: rgb(249,103,48); }
H1.HeaderClassName
{
color: #F96730;
}
.AnyTagClassName
{
color: #F96730;
}
</style>
background-color css
<style>
a { background-color: #F96730; }
a { background-color: rgb(249,103,48); }
div.DivClassName
{
background-color: #F96730;
}
.BgClassName
{
background-color: #F96730;
}
</style>
border-color css
<style>
span { border-color: #F96730; }
span { border-color: rgb(249,103,48); }
td.TdClassName
{
border-color: #F96730;
}
.TagClassName
{
border-color: #F96730;
}
</style>