Shades of Burnt Orange #F0682F
Tints of Burnt Orange #F0682F
RGB
CMYK
RGB Variations
Color information
#F0682F (or 0xF0682F) is known color: Burnt Orange. HEX triplet: F0, 68 and 2F. RGB value is (240,104,47). Sum of RGB (Red+Green+Blue) = 240+104+47=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F0682F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0682F is #0F97D0. Grayscale: #8A8A8A. Windows color (decimal): -1021905 or 3107056. OLE color: 3107056.
HSL color Cylindrical-coordinate representation of color #F0682F: hue angle of 17.72º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F0682F is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 47 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.06 |
| HSL | 17.72º | 0.87% | 0.56% | - |
| HSV(B) | 17.72º | 0.8% | 0.94% | - |
| XYZ | 41.4 | 28.63 | 6.03 | - |
| YUV | 138.17 | 76.56 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 47 | 0 | 0.57 | 0.80 | 0.06 | 17.72 | 0.87 | 0.56 |
| Hex | F0 | 68 | 2F | 0 | 39 | 50 | 6 | 12 | 57 | 38 |
| Octal | 360 | 150 | 57 | 0 | 71 | 120 | 6 | 22 | 127 | 70 |
| Binary | 11110000 | 1101000 | 101111 | 0 | 111001 | 1010000 | 110 | 10010 | 1010111 | 111000 |
Color Harmonies of #F0682F
Complementary color
Monochromatic Colors of #F0682F
Black with #F0682F
Text Example
Text Example
White with #F0682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0682F; }
p { color: rgb(240,104,47); }
H1.HeaderClassName
{
color: #F0682F;
}
.AnyTagClassName
{
color: #F0682F;
}
</style>
background-color css
<style>
a { background-color: #F0682F; }
a { background-color: rgb(240,104,47); }
div.DivClassName
{
background-color: #F0682F;
}
.BgClassName
{
background-color: #F0682F;
}
</style>
border-color css
<style>
span { border-color: #F0682F; }
span { border-color: rgb(240,104,47); }
td.TdClassName
{
border-color: #F0682F;
}
.TagClassName
{
border-color: #F0682F;
}
</style>