Shades of Burnt Orange #F9682D
Tints of Burnt Orange #F9682D
RGB
CMYK
RGB Variations
Color information
#F9682D (or 0xF9682D) is known color: Burnt Orange. HEX triplet: F9, 68 and 2D. RGB value is (249,104,45). Sum of RGB (Red+Green+Blue) = 249+104+45=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F9682D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9682D is #0697D2. Grayscale: #8D8D8D. Windows color (decimal): -432083 or 2975993. OLE color: 2975993.
HSL color Cylindrical-coordinate representation of color #F9682D: hue angle of 17.35º 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 #F9682D is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 45 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.02 |
| HSL | 17.35º | 0.94% | 0.58% | - |
| HSV(B) | 17.35º | 0.82% | 0.98% | - |
| XYZ | 44.49 | 30.23 | 5.97 | - |
| YUV | 140.63 | 74.04 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 45 | 0 | 0.58 | 0.82 | 0.02 | 17.35 | 0.94 | 0.58 |
| Hex | F9 | 68 | 2D | 0 | 3A | 52 | 2 | 11 | 5E | 3A |
| Octal | 371 | 150 | 55 | 0 | 72 | 122 | 2 | 21 | 136 | 72 |
| Binary | 11111001 | 1101000 | 101101 | 0 | 111010 | 1010010 | 10 | 10001 | 1011110 | 111010 |
Color Harmonies of #F9682D
Complementary color
Monochromatic Colors of #F9682D
Black with #F9682D
Text Example
Text Example
White with #F9682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9682D; }
p { color: rgb(249,104,45); }
H1.HeaderClassName
{
color: #F9682D;
}
.AnyTagClassName
{
color: #F9682D;
}
</style>
background-color css
<style>
a { background-color: #F9682D; }
a { background-color: rgb(249,104,45); }
div.DivClassName
{
background-color: #F9682D;
}
.BgClassName
{
background-color: #F9682D;
}
</style>
border-color css
<style>
span { border-color: #F9682D; }
span { border-color: rgb(249,104,45); }
td.TdClassName
{
border-color: #F9682D;
}
.TagClassName
{
border-color: #F9682D;
}
</style>