Shades of Burnt Orange #F9682B
Tints of Burnt Orange #F9682B
RGB
CMYK
RGB Variations
Color information
#F9682B (or 0xF9682B) is known color: Burnt Orange. HEX triplet: F9, 68 and 2B. RGB value is (249,104,43). Sum of RGB (Red+Green+Blue) = 249+104+43=396 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.88% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 43 (17.19% from 255 or 10.86% from 396); Max value from RGB is 249 - color contains mainly: red. Hex color #F9682B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9682B is #0697D4. Grayscale: #8C8C8C. Windows color (decimal): -432085 or 2844921. OLE color: 2844921.
HSL color Cylindrical-coordinate representation of color #F9682B: hue angle of 17.77º degrees, saturation: 0.94, 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 #F9682B is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 43 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.02 |
| HSL | 17.77º | 0.94% | 0.57% | - |
| HSV(B) | 17.77º | 0.83% | 0.98% | - |
| XYZ | 44.45 | 30.21 | 5.77 | - |
| YUV | 140.4 | 73.04 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 43 | 0 | 0.58 | 0.83 | 0.02 | 17.77 | 0.94 | 0.57 |
| Hex | F9 | 68 | 2B | 0 | 3A | 53 | 2 | 12 | 5E | 39 |
| Octal | 371 | 150 | 53 | 0 | 72 | 123 | 2 | 22 | 136 | 71 |
| Binary | 11111001 | 1101000 | 101011 | 0 | 111010 | 1010011 | 10 | 10010 | 1011110 | 111001 |
Color Harmonies of #F9682B
Complementary color
Monochromatic Colors of #F9682B
Black with #F9682B
Text Example
Text Example
White with #F9682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9682B; }
p { color: rgb(249,104,43); }
H1.HeaderClassName
{
color: #F9682B;
}
.AnyTagClassName
{
color: #F9682B;
}
</style>
background-color css
<style>
a { background-color: #F9682B; }
a { background-color: rgb(249,104,43); }
div.DivClassName
{
background-color: #F9682B;
}
.BgClassName
{
background-color: #F9682B;
}
</style>
border-color css
<style>
span { border-color: #F9682B; }
span { border-color: rgb(249,104,43); }
td.TdClassName
{
border-color: #F9682B;
}
.TagClassName
{
border-color: #F9682B;
}
</style>