Shades of Burnt Orange #F9692D
Tints of Burnt Orange #F9692D
RGB
CMYK
RGB Variations
Color information
#F9692D (or 0xF9692D) is known color: Burnt Orange. HEX triplet: F9, 69 and 2D. RGB value is (249,105,45). Sum of RGB (Red+Green+Blue) = 249+105+45=399 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.41% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 249 - color contains mainly: red. Hex color #F9692D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9692D is #0696D2. Grayscale: #8D8D8D. Windows color (decimal): -431827 or 2976249. OLE color: 2976249.
HSL color Cylindrical-coordinate representation of color #F9692D: hue angle of 17.65º 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 #F9692D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 45 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.02 |
| HSL | 17.65º | 0.94% | 0.58% | - |
| HSV(B) | 17.65º | 0.82% | 0.98% | - |
| XYZ | 44.59 | 30.43 | 6.01 | - |
| YUV | 141.22 | 73.71 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 45 | 0 | 0.58 | 0.82 | 0.02 | 17.65 | 0.94 | 0.58 |
| Hex | F9 | 69 | 2D | 0 | 3A | 52 | 2 | 12 | 5E | 3A |
| Octal | 371 | 151 | 55 | 0 | 72 | 122 | 2 | 22 | 136 | 72 |
| Binary | 11111001 | 1101001 | 101101 | 0 | 111010 | 1010010 | 10 | 10010 | 1011110 | 111010 |
Color Harmonies of #F9692D
Complementary color
Monochromatic Colors of #F9692D
Black with #F9692D
Text Example
Text Example
White with #F9692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9692D; }
p { color: rgb(249,105,45); }
H1.HeaderClassName
{
color: #F9692D;
}
.AnyTagClassName
{
color: #F9692D;
}
</style>
background-color css
<style>
a { background-color: #F9692D; }
a { background-color: rgb(249,105,45); }
div.DivClassName
{
background-color: #F9692D;
}
.BgClassName
{
background-color: #F9692D;
}
</style>
border-color css
<style>
span { border-color: #F9692D; }
span { border-color: rgb(249,105,45); }
td.TdClassName
{
border-color: #F9692D;
}
.TagClassName
{
border-color: #F9692D;
}
</style>