Shades of Dark Tangerine #F8AF11
Tints of Dark Tangerine #F8AF11
RGB
CMYK
RGB Variations
Color information
#F8AF11 (or 0xF8AF11) is known color: Dark Tangerine. HEX triplet: F8, AF and 11. RGB value is (248,175,17). Sum of RGB (Red+Green+Blue) = 248+175+17=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 17 (7.03% from 255 or 3.86% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AF11 is #0750EE. Grayscale: #B3B3B3. Windows color (decimal): -479471 or 1159160. OLE color: 1159160.
HSL color Cylindrical-coordinate representation of color #F8AF11: hue angle of 41.04º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8AF11 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 17 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.03 |
| HSL | 41.04º | 0.94% | 0.52% | - |
| HSV(B) | 41.04º | 0.93% | 0.97% | - |
| XYZ | 54.14 | 50.66 | 7.45 | - |
| YUV | 178.82 | 36.68 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 17 | 0 | 0.29 | 0.93 | 0.03 | 41.04 | 0.94 | 0.52 |
| Hex | F8 | AF | 11 | 0 | 1D | 5D | 3 | 29 | 5E | 34 |
| Octal | 370 | 257 | 21 | 0 | 35 | 135 | 3 | 51 | 136 | 64 |
| Binary | 11111000 | 10101111 | 10001 | 0 | 11101 | 1011101 | 11 | 101001 | 1011110 | 110100 |
Color Harmonies of #F8AF11
Complementary color
Monochromatic Colors of #F8AF11
Black with #F8AF11
Text Example
Text Example
White with #F8AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AF11; }
p { color: rgb(248,175,17); }
H1.HeaderClassName
{
color: #F8AF11;
}
.AnyTagClassName
{
color: #F8AF11;
}
</style>
background-color css
<style>
a { background-color: #F8AF11; }
a { background-color: rgb(248,175,17); }
div.DivClassName
{
background-color: #F8AF11;
}
.BgClassName
{
background-color: #F8AF11;
}
</style>
border-color css
<style>
span { border-color: #F8AF11; }
span { border-color: rgb(248,175,17); }
td.TdClassName
{
border-color: #F8AF11;
}
.TagClassName
{
border-color: #F8AF11;
}
</style>