Shades of Burnt Orange #F96A30
Tints of Burnt Orange #F96A30
RGB
CMYK
RGB Variations
Color information
#F96A30 (or 0xF96A30) is known color: Burnt Orange. HEX triplet: F9, 6A and 30. RGB value is (249,106,48). Sum of RGB (Red+Green+Blue) = 249+106+48=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 106 (41.80% from 255 or 26.30% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96A30 is #0695CF. Grayscale: #8E8E8E. Windows color (decimal): -431568 or 3173113. OLE color: 3173113.
HSL color Cylindrical-coordinate representation of color #F96A30: hue angle of 17.31º 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 #F96A30 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 106 | 48 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.02 |
| HSL | 17.31º | 0.94% | 0.58% | - |
| HSV(B) | 17.31º | 0.81% | 0.98% | - |
| XYZ | 44.75 | 30.66 | 6.36 | - |
| YUV | 142.15 | 74.88 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 106 | 48 | 0 | 0.57 | 0.81 | 0.02 | 17.31 | 0.94 | 0.58 |
| Hex | F9 | 6A | 30 | 0 | 39 | 51 | 2 | 11 | 5E | 3A |
| Octal | 371 | 152 | 60 | 0 | 71 | 121 | 2 | 21 | 136 | 72 |
| Binary | 11111001 | 1101010 | 110000 | 0 | 111001 | 1010001 | 10 | 10001 | 1011110 | 111010 |
Color Harmonies of #F96A30
Complementary color
Monochromatic Colors of #F96A30
Black with #F96A30
Text Example
Text Example
White with #F96A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96A30; }
p { color: rgb(249,106,48); }
H1.HeaderClassName
{
color: #F96A30;
}
.AnyTagClassName
{
color: #F96A30;
}
</style>
background-color css
<style>
a { background-color: #F96A30; }
a { background-color: rgb(249,106,48); }
div.DivClassName
{
background-color: #F96A30;
}
.BgClassName
{
background-color: #F96A30;
}
</style>
border-color css
<style>
span { border-color: #F96A30; }
span { border-color: rgb(249,106,48); }
td.TdClassName
{
border-color: #F96A30;
}
.TagClassName
{
border-color: #F96A30;
}
</style>