Shades of Tangerine Yellow #F8D00A
Tints of Tangerine Yellow #F8D00A
RGB
CMYK
RGB Variations
Color information
#F8D00A (or 0xF8D00A) is known color: Tangerine Yellow. HEX triplet: F8, D0 and 0A. RGB value is (248,208,10). Sum of RGB (Red+Green+Blue) = 248+208+10=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 10 (4.30% from 255 or 2.15% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8D00A is #072FF5. Grayscale: #C6C6C6. Windows color (decimal): -471030 or 708856. OLE color: 708856.
HSL color Cylindrical-coordinate representation of color #F8D00A: hue angle of 49.92º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8D00A is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 208 | 10 | - |
| CMYK | 0 | 0.16 | 0.96 | 0.03 |
| HSL | 49.92º | 0.94% | 0.51% | - |
| HSV(B) | 49.92º | 0.96% | 0.97% | - |
| XYZ | 61.32 | 65.09 | 9.62 | - |
| YUV | 197.39 | 22.25 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 208 | 10 | 0 | 0.16 | 0.96 | 0.03 | 49.92 | 0.94 | 0.51 |
| Hex | F8 | D0 | A | 0 | 10 | 60 | 3 | 32 | 5E | 33 |
| Octal | 370 | 320 | 12 | 0 | 20 | 140 | 3 | 62 | 136 | 63 |
| Binary | 11111000 | 11010000 | 1010 | 0 | 10000 | 1100000 | 11 | 110010 | 1011110 | 110011 |
Color Harmonies of #F8D00A
Complementary color
Monochromatic Colors of #F8D00A
Black with #F8D00A
Text Example
Text Example
White with #F8D00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D00A; }
p { color: rgb(248,208,10); }
H1.HeaderClassName
{
color: #F8D00A;
}
.AnyTagClassName
{
color: #F8D00A;
}
</style>
background-color css
<style>
a { background-color: #F8D00A; }
a { background-color: rgb(248,208,10); }
div.DivClassName
{
background-color: #F8D00A;
}
.BgClassName
{
background-color: #F8D00A;
}
</style>
border-color css
<style>
span { border-color: #F8D00A; }
span { border-color: rgb(248,208,10); }
td.TdClassName
{
border-color: #F8D00A;
}
.TagClassName
{
border-color: #F8D00A;
}
</style>