Shades of Dark Tangerine #F0A41D
Tints of Dark Tangerine #F0A41D
RGB
CMYK
RGB Variations
Color information
#F0A41D (or 0xF0A41D) is known color: Dark Tangerine. HEX triplet: F0, A4 and 1D. RGB value is (240,164,29). Sum of RGB (Red+Green+Blue) = 240+164+29=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A41D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A41D is #0F5BE2. Grayscale: #ABABAB. Windows color (decimal): -1006563 or 1942768. OLE color: 1942768.
HSL color Cylindrical-coordinate representation of color #F0A41D: hue angle of 38.39º 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 #F0A41D is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 29 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.06 |
| HSL | 38.39º | 0.88% | 0.53% | - |
| HSV(B) | 38.39º | 0.88% | 0.94% | - |
| XYZ | 49.43 | 45.16 | 7.27 | - |
| YUV | 171.33 | 47.68 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 29 | 0 | 0.32 | 0.88 | 0.06 | 38.39 | 0.88 | 0.53 |
| Hex | F0 | A4 | 1D | 0 | 20 | 58 | 6 | 26 | 58 | 35 |
| Octal | 360 | 244 | 35 | 0 | 40 | 130 | 6 | 46 | 130 | 65 |
| Binary | 11110000 | 10100100 | 11101 | 0 | 100000 | 1011000 | 110 | 100110 | 1011000 | 110101 |
Color Harmonies of #F0A41D
Complementary color
Monochromatic Colors of #F0A41D
Black with #F0A41D
Text Example
Text Example
White with #F0A41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A41D; }
p { color: rgb(240,164,29); }
H1.HeaderClassName
{
color: #F0A41D;
}
.AnyTagClassName
{
color: #F0A41D;
}
</style>
background-color css
<style>
a { background-color: #F0A41D; }
a { background-color: rgb(240,164,29); }
div.DivClassName
{
background-color: #F0A41D;
}
.BgClassName
{
background-color: #F0A41D;
}
</style>
border-color css
<style>
span { border-color: #F0A41D; }
span { border-color: rgb(240,164,29); }
td.TdClassName
{
border-color: #F0A41D;
}
.TagClassName
{
border-color: #F0A41D;
}
</style>