Shades of Dark Tangerine #F0A31D
Tints of Dark Tangerine #F0A31D
RGB
CMYK
RGB Variations
Color information
#F0A31D (or 0xF0A31D) is known color: Dark Tangerine. HEX triplet: F0, A3 and 1D. RGB value is (240,163,29). Sum of RGB (Red+Green+Blue) = 240+163+29=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A31D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A31D is #0F5CE2. Grayscale: #ABABAB. Windows color (decimal): -1006819 or 1942512. OLE color: 1942512.
HSL color Cylindrical-coordinate representation of color #F0A31D: hue angle of 38.1º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0A31D is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 29 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.06 |
| HSL | 38.1º | 0.88% | 0.53% | - |
| HSV(B) | 38.1º | 0.88% | 0.94% | - |
| XYZ | 49.25 | 44.81 | 7.22 | - |
| YUV | 170.75 | 48.01 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 29 | 0 | 0.32 | 0.88 | 0.06 | 38.1 | 0.88 | 0.53 |
| Hex | F0 | A3 | 1D | 0 | 20 | 58 | 6 | 26 | 58 | 35 |
| Octal | 360 | 243 | 35 | 0 | 40 | 130 | 6 | 46 | 130 | 65 |
| Binary | 11110000 | 10100011 | 11101 | 0 | 100000 | 1011000 | 110 | 100110 | 1011000 | 110101 |
Color Harmonies of #F0A31D
Complementary color
Monochromatic Colors of #F0A31D
Black with #F0A31D
Text Example
Text Example
White with #F0A31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A31D; }
p { color: rgb(240,163,29); }
H1.HeaderClassName
{
color: #F0A31D;
}
.AnyTagClassName
{
color: #F0A31D;
}
</style>
background-color css
<style>
a { background-color: #F0A31D; }
a { background-color: rgb(240,163,29); }
div.DivClassName
{
background-color: #F0A31D;
}
.BgClassName
{
background-color: #F0A31D;
}
</style>
border-color css
<style>
span { border-color: #F0A31D; }
span { border-color: rgb(240,163,29); }
td.TdClassName
{
border-color: #F0A31D;
}
.TagClassName
{
border-color: #F0A31D;
}
</style>