Shades of Burnt Orange #F0662B
Tints of Burnt Orange #F0662B
RGB
CMYK
RGB Variations
Color information
#F0662B (or 0xF0662B) is known color: Burnt Orange. HEX triplet: F0, 66 and 2B. RGB value is (240,102,43). Sum of RGB (Red+Green+Blue) = 240+102+43=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0662B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0662B is #0F99D4. Grayscale: #888888. Windows color (decimal): -1022421 or 2844400. OLE color: 2844400.
HSL color Cylindrical-coordinate representation of color #F0662B: hue angle of 17.97º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0662B is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 43 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.06 |
| HSL | 17.97º | 0.87% | 0.55% | - |
| HSV(B) | 17.97º | 0.82% | 0.94% | - |
| XYZ | 41.12 | 28.2 | 5.56 | - |
| YUV | 136.54 | 75.22 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 43 | 0 | 0.58 | 0.82 | 0.06 | 17.97 | 0.87 | 0.55 |
| Hex | F0 | 66 | 2B | 0 | 3A | 52 | 6 | 12 | 57 | 37 |
| Octal | 360 | 146 | 53 | 0 | 72 | 122 | 6 | 22 | 127 | 67 |
| Binary | 11110000 | 1100110 | 101011 | 0 | 111010 | 1010010 | 110 | 10010 | 1010111 | 110111 |
Color Harmonies of #F0662B
Complementary color
Monochromatic Colors of #F0662B
Black with #F0662B
Text Example
Text Example
White with #F0662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0662B; }
p { color: rgb(240,102,43); }
H1.HeaderClassName
{
color: #F0662B;
}
.AnyTagClassName
{
color: #F0662B;
}
</style>
background-color css
<style>
a { background-color: #F0662B; }
a { background-color: rgb(240,102,43); }
div.DivClassName
{
background-color: #F0662B;
}
.BgClassName
{
background-color: #F0662B;
}
</style>
border-color css
<style>
span { border-color: #F0662B; }
span { border-color: rgb(240,102,43); }
td.TdClassName
{
border-color: #F0662B;
}
.TagClassName
{
border-color: #F0662B;
}
</style>