Shades of Dark Tangerine #F8A00C
Tints of Dark Tangerine #F8A00C
RGB
CMYK
RGB Variations
Color information
#F8A00C (or 0xF8A00C) is known color: Dark Tangerine. HEX triplet: F8, A0 and 0C. RGB value is (248,160,12). Sum of RGB (Red+Green+Blue) = 248+160+12=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 12 (5.08% from 255 or 2.86% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A00C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A00C is #075FF3. Grayscale: #AAAAAA. Windows color (decimal): -483316 or 827640. OLE color: 827640.
HSL color Cylindrical-coordinate representation of color #F8A00C: hue angle of 37.63º 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 #F8A00C is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 160 | 12 | - |
| CMYK | 0 | 0.35 | 0.95 | 0.03 |
| HSL | 37.63º | 0.94% | 0.51% | - |
| HSV(B) | 37.63º | 0.95% | 0.97% | - |
| XYZ | 51.35 | 45.12 | 6.35 | - |
| YUV | 169.44 | 39.15 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 160 | 12 | 0 | 0.35 | 0.95 | 0.03 | 37.63 | 0.94 | 0.51 |
| Hex | F8 | A0 | C | 0 | 23 | 5F | 3 | 26 | 5E | 33 |
| Octal | 370 | 240 | 14 | 0 | 43 | 137 | 3 | 46 | 136 | 63 |
| Binary | 11111000 | 10100000 | 1100 | 0 | 100011 | 1011111 | 11 | 100110 | 1011110 | 110011 |
Color Harmonies of #F8A00C
Complementary color
Monochromatic Colors of #F8A00C
Black with #F8A00C
Text Example
Text Example
White with #F8A00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A00C; }
p { color: rgb(248,160,12); }
H1.HeaderClassName
{
color: #F8A00C;
}
.AnyTagClassName
{
color: #F8A00C;
}
</style>
background-color css
<style>
a { background-color: #F8A00C; }
a { background-color: rgb(248,160,12); }
div.DivClassName
{
background-color: #F8A00C;
}
.BgClassName
{
background-color: #F8A00C;
}
</style>
border-color css
<style>
span { border-color: #F8A00C; }
span { border-color: rgb(248,160,12); }
td.TdClassName
{
border-color: #F8A00C;
}
.TagClassName
{
border-color: #F8A00C;
}
</style>