Shades of Dark Tangerine #F0A717
Tints of Dark Tangerine #F0A717
RGB
CMYK
RGB Variations
Color information
#F0A717 (or 0xF0A717) is known color: Dark Tangerine. HEX triplet: F0, A7 and 17. RGB value is (240,167,23). Sum of RGB (Red+Green+Blue) = 240+167+23=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 23 (9.38% from 255 or 5.35% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A717 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A717 is #0F58E8. Grayscale: #ADADAD. Windows color (decimal): -1005801 or 1550320. OLE color: 1550320.
HSL color Cylindrical-coordinate representation of color #F0A717: hue angle of 39.82º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0A717 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 167 | 23 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.06 |
| HSL | 39.82º | 0.88% | 0.52% | - |
| HSV(B) | 39.82º | 0.9% | 0.94% | - |
| XYZ | 49.91 | 46.22 | 7.1 | - |
| YUV | 172.41 | 43.68 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 23 | 0 | 0.30 | 0.90 | 0.06 | 39.82 | 0.88 | 0.52 |
| Hex | F0 | A7 | 17 | 0 | 1E | 5A | 6 | 28 | 58 | 34 |
| Octal | 360 | 247 | 27 | 0 | 36 | 132 | 6 | 50 | 130 | 64 |
| Binary | 11110000 | 10100111 | 10111 | 0 | 11110 | 1011010 | 110 | 101000 | 1011000 | 110100 |
Color Harmonies of #F0A717
Complementary color
Monochromatic Colors of #F0A717
Black with #F0A717
Text Example
Text Example
White with #F0A717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A717; }
p { color: rgb(240,167,23); }
H1.HeaderClassName
{
color: #F0A717;
}
.AnyTagClassName
{
color: #F0A717;
}
</style>
background-color css
<style>
a { background-color: #F0A717; }
a { background-color: rgb(240,167,23); }
div.DivClassName
{
background-color: #F0A717;
}
.BgClassName
{
background-color: #F0A717;
}
</style>
border-color css
<style>
span { border-color: #F0A717; }
span { border-color: rgb(240,167,23); }
td.TdClassName
{
border-color: #F0A717;
}
.TagClassName
{
border-color: #F0A717;
}
</style>