Shades of Dark Tangerine #F8AF10
Tints of Dark Tangerine #F8AF10
RGB
CMYK
RGB Variations
Color information
#F8AF10 (or 0xF8AF10) is known color: Dark Tangerine. HEX triplet: F8, AF and 10. RGB value is (248,175,16). Sum of RGB (Red+Green+Blue) = 248+175+16=439 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.49% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 16 (6.64% from 255 or 3.64% from 439); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AF10 is #0750EF. Grayscale: #B3B3B3. Windows color (decimal): -479472 or 1093624. OLE color: 1093624.
HSL color Cylindrical-coordinate representation of color #F8AF10: hue angle of 41.12º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8AF10 is Cyan = 0, Magento = 0.29, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 16 | - |
| CMYK | 0 | 0.29 | 0.94 | 0.03 |
| HSL | 41.12º | 0.94% | 0.52% | - |
| HSV(B) | 41.12º | 0.94% | 0.97% | - |
| XYZ | 54.13 | 50.65 | 7.41 | - |
| YUV | 178.7 | 36.18 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 16 | 0 | 0.29 | 0.94 | 0.03 | 41.12 | 0.94 | 0.52 |
| Hex | F8 | AF | 10 | 0 | 1D | 5E | 3 | 29 | 5E | 34 |
| Octal | 370 | 257 | 20 | 0 | 35 | 136 | 3 | 51 | 136 | 64 |
| Binary | 11111000 | 10101111 | 10000 | 0 | 11101 | 1011110 | 11 | 101001 | 1011110 | 110100 |
Color Harmonies of #F8AF10
Complementary color
Monochromatic Colors of #F8AF10
Black with #F8AF10
Text Example
Text Example
White with #F8AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AF10; }
p { color: rgb(248,175,16); }
H1.HeaderClassName
{
color: #F8AF10;
}
.AnyTagClassName
{
color: #F8AF10;
}
</style>
background-color css
<style>
a { background-color: #F8AF10; }
a { background-color: rgb(248,175,16); }
div.DivClassName
{
background-color: #F8AF10;
}
.BgClassName
{
background-color: #F8AF10;
}
</style>
border-color css
<style>
span { border-color: #F8AF10; }
span { border-color: rgb(248,175,16); }
td.TdClassName
{
border-color: #F8AF10;
}
.TagClassName
{
border-color: #F8AF10;
}
</style>