Shades of Tangerine Yellow #FAD100
Tints of Tangerine Yellow #FAD100
RGB
CMYK
RGB Variations
Color information
#FAD100 (or 0xFAD100) is known color: Tangerine Yellow. HEX triplet: FA, D1 and 00. RGB value is (250,209,0). Sum of RGB (Red+Green+Blue) = 250+209+0=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAD100 is #052EFF. Grayscale: #C6C6C6. Windows color (decimal): -339712 or 53754. OLE color: 53754.
HSL color Cylindrical-coordinate representation of color #FAD100: hue angle of 50.16º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FAD100 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 209 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.02 |
| HSL | 50.16º | 1% | 0.49% | - |
| HSV(B) | 50.16º | 1% | 0.98% | - |
| XYZ | 62.22 | 65.92 | 9.45 | - |
| YUV | 197.43 | 16.58 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 209 | 0 | 0 | 0.16 | 1 | 0.02 | 50.16 | 1 | 0.49 |
| Hex | FA | D1 | 0 | 0 | 10 | 64 | 2 | 32 | 64 | 31 |
| Octal | 372 | 321 | 0 | 0 | 20 | 144 | 2 | 62 | 144 | 61 |
| Binary | 11111010 | 11010001 | 0 | 0 | 10000 | 1100100 | 10 | 110010 | 1100100 | 110001 |
Color Harmonies of #FAD100
Complementary color
Monochromatic Colors of #FAD100
Black with #FAD100
Text Example
Text Example
White with #FAD100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAD100; }
p { color: rgb(250,209,0); }
H1.HeaderClassName
{
color: #FAD100;
}
.AnyTagClassName
{
color: #FAD100;
}
</style>
background-color css
<style>
a { background-color: #FAD100; }
a { background-color: rgb(250,209,0); }
div.DivClassName
{
background-color: #FAD100;
}
.BgClassName
{
background-color: #FAD100;
}
</style>
border-color css
<style>
span { border-color: #FAD100; }
span { border-color: rgb(250,209,0); }
td.TdClassName
{
border-color: #FAD100;
}
.TagClassName
{
border-color: #FAD100;
}
</style>