Shades of Dark Tangerine #F8AB11
Tints of Dark Tangerine #F8AB11
RGB
CMYK
RGB Variations
Color information
#F8AB11 (or 0xF8AB11) is known color: Dark Tangerine. HEX triplet: F8, AB and 11. RGB value is (248,171,17). Sum of RGB (Red+Green+Blue) = 248+171+17=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 17 (7.03% from 255 or 3.90% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AB11 is #0754EE. Grayscale: #B1B1B1. Windows color (decimal): -480495 or 1158136. OLE color: 1158136.
HSL color Cylindrical-coordinate representation of color #F8AB11: hue angle of 40º 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 #F8AB11 is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 17 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.03 |
| HSL | 40º | 0.94% | 0.52% | - |
| HSV(B) | 40º | 0.93% | 0.97% | - |
| XYZ | 53.38 | 49.12 | 7.2 | - |
| YUV | 176.47 | 38.01 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 17 | 0 | 0.31 | 0.93 | 0.03 | 40 | 0.94 | 0.52 |
| Hex | F8 | AB | 11 | 0 | 1F | 5D | 3 | 28 | 5E | 34 |
| Octal | 370 | 253 | 21 | 0 | 37 | 135 | 3 | 50 | 136 | 64 |
| Binary | 11111000 | 10101011 | 10001 | 0 | 11111 | 1011101 | 11 | 101000 | 1011110 | 110100 |
Color Harmonies of #F8AB11
Complementary color
Monochromatic Colors of #F8AB11
Black with #F8AB11
Text Example
Text Example
White with #F8AB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AB11; }
p { color: rgb(248,171,17); }
H1.HeaderClassName
{
color: #F8AB11;
}
.AnyTagClassName
{
color: #F8AB11;
}
</style>
background-color css
<style>
a { background-color: #F8AB11; }
a { background-color: rgb(248,171,17); }
div.DivClassName
{
background-color: #F8AB11;
}
.BgClassName
{
background-color: #F8AB11;
}
</style>
border-color css
<style>
span { border-color: #F8AB11; }
span { border-color: rgb(248,171,17); }
td.TdClassName
{
border-color: #F8AB11;
}
.TagClassName
{
border-color: #F8AB11;
}
</style>