Shades of Dark Tangerine #F8AB0C
Tints of Dark Tangerine #F8AB0C
RGB
CMYK
RGB Variations
Color information
#F8AB0C (or 0xF8AB0C) is known color: Dark Tangerine. HEX triplet: F8, AB and 0C. RGB value is (248,171,12). Sum of RGB (Red+Green+Blue) = 248+171+12=431 (57% of max value = 765). Red value is 248 (97.27% from 255 or 57.54% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 12 (5.08% from 255 or 2.78% from 431); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AB0C is #0754F3. Grayscale: #B0B0B0. Windows color (decimal): -480500 or 830456. OLE color: 830456.
HSL color Cylindrical-coordinate representation of color #F8AB0C: hue angle of 40.42º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F8AB0C is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 12 | - |
| CMYK | 0 | 0.31 | 0.95 | 0.03 |
| HSL | 40.42º | 0.94% | 0.51% | - |
| HSV(B) | 40.42º | 0.95% | 0.97% | - |
| XYZ | 53.34 | 49.11 | 7.02 | - |
| YUV | 175.9 | 35.51 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 12 | 0 | 0.31 | 0.95 | 0.03 | 40.42 | 0.94 | 0.51 |
| Hex | F8 | AB | C | 0 | 1F | 5F | 3 | 28 | 5E | 33 |
| Octal | 370 | 253 | 14 | 0 | 37 | 137 | 3 | 50 | 136 | 63 |
| Binary | 11111000 | 10101011 | 1100 | 0 | 11111 | 1011111 | 11 | 101000 | 1011110 | 110011 |
Color Harmonies of #F8AB0C
Complementary color
Monochromatic Colors of #F8AB0C
Black with #F8AB0C
Text Example
Text Example
White with #F8AB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AB0C; }
p { color: rgb(248,171,12); }
H1.HeaderClassName
{
color: #F8AB0C;
}
.AnyTagClassName
{
color: #F8AB0C;
}
</style>
background-color css
<style>
a { background-color: #F8AB0C; }
a { background-color: rgb(248,171,12); }
div.DivClassName
{
background-color: #F8AB0C;
}
.BgClassName
{
background-color: #F8AB0C;
}
</style>
border-color css
<style>
span { border-color: #F8AB0C; }
span { border-color: rgb(248,171,12); }
td.TdClassName
{
border-color: #F8AB0C;
}
.TagClassName
{
border-color: #F8AB0C;
}
</style>