Shades of Dark Tangerine #F0A41F
Tints of Dark Tangerine #F0A41F
RGB
CMYK
RGB Variations
Color information
#F0A41F (or 0xF0A41F) is known color: Dark Tangerine. HEX triplet: F0, A4 and 1F. RGB value is (240,164,31). Sum of RGB (Red+Green+Blue) = 240+164+31=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A41F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A41F is #0F5BE0. Grayscale: #ACACAC. Windows color (decimal): -1006561 or 2073840. OLE color: 2073840.
HSL color Cylindrical-coordinate representation of color #F0A41F: hue angle of 38.18º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0A41F is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 31 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.06 |
| HSL | 38.18º | 0.87% | 0.53% | - |
| HSV(B) | 38.18º | 0.87% | 0.94% | - |
| XYZ | 49.46 | 45.18 | 7.41 | - |
| YUV | 171.56 | 48.68 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 31 | 0 | 0.32 | 0.87 | 0.06 | 38.18 | 0.87 | 0.53 |
| Hex | F0 | A4 | 1F | 0 | 20 | 57 | 6 | 26 | 57 | 35 |
| Octal | 360 | 244 | 37 | 0 | 40 | 127 | 6 | 46 | 127 | 65 |
| Binary | 11110000 | 10100100 | 11111 | 0 | 100000 | 1010111 | 110 | 100110 | 1010111 | 110101 |
Color Harmonies of #F0A41F
Complementary color
Monochromatic Colors of #F0A41F
Black with #F0A41F
Text Example
Text Example
White with #F0A41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A41F; }
p { color: rgb(240,164,31); }
H1.HeaderClassName
{
color: #F0A41F;
}
.AnyTagClassName
{
color: #F0A41F;
}
</style>
background-color css
<style>
a { background-color: #F0A41F; }
a { background-color: rgb(240,164,31); }
div.DivClassName
{
background-color: #F0A41F;
}
.BgClassName
{
background-color: #F0A41F;
}
</style>
border-color css
<style>
span { border-color: #F0A41F; }
span { border-color: rgb(240,164,31); }
td.TdClassName
{
border-color: #F0A41F;
}
.TagClassName
{
border-color: #F0A41F;
}
</style>