Shades of Tangerine Yellow #FAD00A
Tints of Tangerine Yellow #FAD00A
RGB
CMYK
RGB Variations
Color information
#FAD00A (or 0xFAD00A) is known color: Tangerine Yellow. HEX triplet: FA, D0 and 0A. RGB value is (250,208,10). Sum of RGB (Red+Green+Blue) = 250+208+10=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 10 (4.30% from 255 or 2.14% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD00A is #052FF5. Grayscale: #C6C6C6. Windows color (decimal): -339958 or 708858. OLE color: 708858.
HSL color Cylindrical-coordinate representation of color #FAD00A: hue angle of 49.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAD00A is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 208 | 10 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.02 |
| HSL | 49.5º | 0.96% | 0.51% | - |
| HSV(B) | 49.5º | 0.96% | 0.98% | - |
| XYZ | 62.04 | 65.46 | 9.65 | - |
| YUV | 197.99 | 21.91 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 208 | 10 | 0 | 0.17 | 0.96 | 0.02 | 49.5 | 0.96 | 0.51 |
| Hex | FA | D0 | A | 0 | 11 | 60 | 2 | 32 | 60 | 33 |
| Octal | 372 | 320 | 12 | 0 | 21 | 140 | 2 | 62 | 140 | 63 |
| Binary | 11111010 | 11010000 | 1010 | 0 | 10001 | 1100000 | 10 | 110010 | 1100000 | 110011 |
Color Harmonies of #FAD00A
Complementary color
Monochromatic Colors of #FAD00A
Black with #FAD00A
Text Example
Text Example
White with #FAD00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD00A; }
p { color: rgb(250,208,10); }
H1.HeaderClassName
{
color: #FAD00A;
}
.AnyTagClassName
{
color: #FAD00A;
}
</style>
background-color css
<style>
a { background-color: #FAD00A; }
a { background-color: rgb(250,208,10); }
div.DivClassName
{
background-color: #FAD00A;
}
.BgClassName
{
background-color: #FAD00A;
}
</style>
border-color css
<style>
span { border-color: #FAD00A; }
span { border-color: rgb(250,208,10); }
td.TdClassName
{
border-color: #FAD00A;
}
.TagClassName
{
border-color: #FAD00A;
}
</style>