Shades of Burnt Orange #F96B30
Tints of Burnt Orange #F96B30
RGB
CMYK
RGB Variations
Color information
#F96B30 (or 0xF96B30) is known color: Burnt Orange. HEX triplet: F9, 6B and 30. RGB value is (249,107,48). Sum of RGB (Red+Green+Blue) = 249+107+48=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F96B30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96B30 is #0694CF. Grayscale: #8F8F8F. Windows color (decimal): -431312 or 3173369. OLE color: 3173369.
HSL color Cylindrical-coordinate representation of color #F96B30: hue angle of 17.61º 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 #F96B30 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 107 | 48 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.02 |
| HSL | 17.61º | 0.94% | 0.58% | - |
| HSV(B) | 17.61º | 0.81% | 0.98% | - |
| XYZ | 44.86 | 30.87 | 6.39 | - |
| YUV | 142.73 | 74.54 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 107 | 48 | 0 | 0.57 | 0.81 | 0.02 | 17.61 | 0.94 | 0.58 |
| Hex | F9 | 6B | 30 | 0 | 39 | 51 | 2 | 12 | 5E | 3A |
| Octal | 371 | 153 | 60 | 0 | 71 | 121 | 2 | 22 | 136 | 72 |
| Binary | 11111001 | 1101011 | 110000 | 0 | 111001 | 1010001 | 10 | 10010 | 1011110 | 111010 |
Color Harmonies of #F96B30
Complementary color
Monochromatic Colors of #F96B30
Black with #F96B30
Text Example
Text Example
White with #F96B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96B30; }
p { color: rgb(249,107,48); }
H1.HeaderClassName
{
color: #F96B30;
}
.AnyTagClassName
{
color: #F96B30;
}
</style>
background-color css
<style>
a { background-color: #F96B30; }
a { background-color: rgb(249,107,48); }
div.DivClassName
{
background-color: #F96B30;
}
.BgClassName
{
background-color: #F96B30;
}
</style>
border-color css
<style>
span { border-color: #F96B30; }
span { border-color: rgb(249,107,48); }
td.TdClassName
{
border-color: #F96B30;
}
.TagClassName
{
border-color: #F96B30;
}
</style>