Shades of Burnt Orange #F96B2D
Tints of Burnt Orange #F96B2D
RGB
CMYK
RGB Variations
Color information
#F96B2D (or 0xF96B2D) is known color: Burnt Orange. HEX triplet: F9, 6B and 2D. RGB value is (249,107,45). Sum of RGB (Red+Green+Blue) = 249+107+45=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F96B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96B2D is #0694D2. Grayscale: #8E8E8E. Windows color (decimal): -431315 or 2976761. OLE color: 2976761.
HSL color Cylindrical-coordinate representation of color #F96B2D: hue angle of 18.24º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F96B2D is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 107 | 45 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.02 |
| HSL | 18.24º | 0.94% | 0.58% | - |
| HSV(B) | 18.24º | 0.82% | 0.98% | - |
| XYZ | 44.8 | 30.84 | 6.08 | - |
| YUV | 142.39 | 73.04 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 107 | 45 | 0 | 0.57 | 0.82 | 0.02 | 18.24 | 0.94 | 0.58 |
| Hex | F9 | 6B | 2D | 0 | 39 | 52 | 2 | 12 | 5E | 3A |
| Octal | 371 | 153 | 55 | 0 | 71 | 122 | 2 | 22 | 136 | 72 |
| Binary | 11111001 | 1101011 | 101101 | 0 | 111001 | 1010010 | 10 | 10010 | 1011110 | 111010 |
Color Harmonies of #F96B2D
Complementary color
Monochromatic Colors of #F96B2D
Black with #F96B2D
Text Example
Text Example
White with #F96B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96B2D; }
p { color: rgb(249,107,45); }
H1.HeaderClassName
{
color: #F96B2D;
}
.AnyTagClassName
{
color: #F96B2D;
}
</style>
background-color css
<style>
a { background-color: #F96B2D; }
a { background-color: rgb(249,107,45); }
div.DivClassName
{
background-color: #F96B2D;
}
.BgClassName
{
background-color: #F96B2D;
}
</style>
border-color css
<style>
span { border-color: #F96B2D; }
span { border-color: rgb(249,107,45); }
td.TdClassName
{
border-color: #F96B2D;
}
.TagClassName
{
border-color: #F96B2D;
}
</style>