Shades of Dark Tangerine #F0A415
Tints of Dark Tangerine #F0A415
RGB
CMYK
RGB Variations
Color information
#F0A415 (or 0xF0A415) is known color: Dark Tangerine. HEX triplet: F0, A4 and 15. RGB value is (240,164,21). Sum of RGB (Red+Green+Blue) = 240+164+21=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A415 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A415 is #0F5BEA. Grayscale: #ABABAB. Windows color (decimal): -1006571 or 1418480. OLE color: 1418480.
HSL color Cylindrical-coordinate representation of color #F0A415: hue angle of 39.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0A415 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 21 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.06 |
| HSL | 39.18º | 0.88% | 0.51% | - |
| HSV(B) | 39.18º | 0.91% | 0.94% | - |
| XYZ | 49.35 | 45.13 | 6.82 | - |
| YUV | 170.42 | 43.68 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 21 | 0 | 0.32 | 0.91 | 0.06 | 39.18 | 0.88 | 0.51 |
| Hex | F0 | A4 | 15 | 0 | 20 | 5B | 6 | 27 | 58 | 33 |
| Octal | 360 | 244 | 25 | 0 | 40 | 133 | 6 | 47 | 130 | 63 |
| Binary | 11110000 | 10100100 | 10101 | 0 | 100000 | 1011011 | 110 | 100111 | 1011000 | 110011 |
Color Harmonies of #F0A415
Complementary color
Monochromatic Colors of #F0A415
Black with #F0A415
Text Example
Text Example
White with #F0A415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A415; }
p { color: rgb(240,164,21); }
H1.HeaderClassName
{
color: #F0A415;
}
.AnyTagClassName
{
color: #F0A415;
}
</style>
background-color css
<style>
a { background-color: #F0A415; }
a { background-color: rgb(240,164,21); }
div.DivClassName
{
background-color: #F0A415;
}
.BgClassName
{
background-color: #F0A415;
}
</style>
border-color css
<style>
span { border-color: #F0A415; }
span { border-color: rgb(240,164,21); }
td.TdClassName
{
border-color: #F0A415;
}
.TagClassName
{
border-color: #F0A415;
}
</style>