Shades of Tangerine Yellow #FDD104
Tints of Tangerine Yellow #FDD104
RGB
CMYK
RGB Variations
Color information
#FDD104 (or 0xFDD104) is known color: Tangerine Yellow. HEX triplet: FD, D1 and 04. RGB value is (253,209,4). Sum of RGB (Red+Green+Blue) = 253+209+4=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 4 (1.95% from 255 or 0.86% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD104 is #022EFB. Grayscale: #C7C7C7. Windows color (decimal): -143100 or 315901. OLE color: 315901.
HSL color Cylindrical-coordinate representation of color #FDD104: hue angle of 49.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDD104 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.01 |
| HSL | 49.4º | 0.98% | 0.5% | - |
| HSV(B) | 49.4º | 0.98% | 0.99% | - |
| XYZ | 63.33 | 66.49 | 9.61 | - |
| YUV | 198.79 | 18.08 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 4 | 0 | 0.17 | 0.98 | 0.01 | 49.4 | 0.98 | 0.5 |
| Hex | FD | D1 | 4 | 0 | 11 | 62 | 1 | 31 | 62 | 32 |
| Octal | 375 | 321 | 4 | 0 | 21 | 142 | 1 | 61 | 142 | 62 |
| Binary | 11111101 | 11010001 | 100 | 0 | 10001 | 1100010 | 1 | 110001 | 1100010 | 110010 |
Color Harmonies of #FDD104
Complementary color
Monochromatic Colors of #FDD104
Black with #FDD104
Text Example
Text Example
White with #FDD104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD104; }
p { color: rgb(253,209,4); }
H1.HeaderClassName
{
color: #FDD104;
}
.AnyTagClassName
{
color: #FDD104;
}
</style>
background-color css
<style>
a { background-color: #FDD104; }
a { background-color: rgb(253,209,4); }
div.DivClassName
{
background-color: #FDD104;
}
.BgClassName
{
background-color: #FDD104;
}
</style>
border-color css
<style>
span { border-color: #FDD104; }
span { border-color: rgb(253,209,4); }
td.TdClassName
{
border-color: #FDD104;
}
.TagClassName
{
border-color: #FDD104;
}
</style>