Shades of Burnt Orange #F9682A
Tints of Burnt Orange #F9682A
RGB
CMYK
RGB Variations
Color information
#F9682A (or 0xF9682A) is known color: Burnt Orange. HEX triplet: F9, 68 and 2A. RGB value is (249,104,42). Sum of RGB (Red+Green+Blue) = 249+104+42=395 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.04% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 249 - color contains mainly: red. Hex color #F9682A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9682A is #0697D5. Grayscale: #8C8C8C. Windows color (decimal): -432086 or 2779385. OLE color: 2779385.
HSL color Cylindrical-coordinate representation of color #F9682A: hue angle of 17.97º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9682A is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 42 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.02 |
| HSL | 17.97º | 0.95% | 0.57% | - |
| HSV(B) | 17.97º | 0.83% | 0.98% | - |
| XYZ | 44.44 | 30.21 | 5.68 | - |
| YUV | 140.29 | 72.54 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 42 | 0 | 0.58 | 0.83 | 0.02 | 17.97 | 0.95 | 0.57 |
| Hex | F9 | 68 | 2A | 0 | 3A | 53 | 2 | 12 | 5F | 39 |
| Octal | 371 | 150 | 52 | 0 | 72 | 123 | 2 | 22 | 137 | 71 |
| Binary | 11111001 | 1101000 | 101010 | 0 | 111010 | 1010011 | 10 | 10010 | 1011111 | 111001 |
Color Harmonies of #F9682A
Complementary color
Monochromatic Colors of #F9682A
Black with #F9682A
Text Example
Text Example
White with #F9682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9682A; }
p { color: rgb(249,104,42); }
H1.HeaderClassName
{
color: #F9682A;
}
.AnyTagClassName
{
color: #F9682A;
}
</style>
background-color css
<style>
a { background-color: #F9682A; }
a { background-color: rgb(249,104,42); }
div.DivClassName
{
background-color: #F9682A;
}
.BgClassName
{
background-color: #F9682A;
}
</style>
border-color css
<style>
span { border-color: #F9682A; }
span { border-color: rgb(249,104,42); }
td.TdClassName
{
border-color: #F9682A;
}
.TagClassName
{
border-color: #F9682A;
}
</style>