Shades of Tangerine Yellow #FDD100
Tints of Tangerine Yellow #FDD100
RGB
CMYK
RGB Variations
Color information
#FDD100 (or 0xFDD100) is known color: Tangerine Yellow. HEX triplet: FD, D1 and 00. RGB value is (253,209,0). Sum of RGB (Red+Green+Blue) = 253+209+0=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 0 (0.39% from 255 or 0% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD100 is #022EFF. Grayscale: #C7C7C7. Windows color (decimal): -143104 or 53757. OLE color: 53757.
HSL color Cylindrical-coordinate representation of color #FDD100: hue angle of 49.57º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDD100 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.01 |
| HSL | 49.57º | 1% | 0.5% | - |
| HSV(B) | 49.57º | 1% | 0.99% | - |
| XYZ | 63.31 | 66.48 | 9.5 | - |
| YUV | 198.33 | 16.08 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 0 | 0 | 0.17 | 1 | 0.01 | 49.57 | 1 | 0.5 |
| Hex | FD | D1 | 0 | 0 | 11 | 64 | 1 | 32 | 64 | 32 |
| Octal | 375 | 321 | 0 | 0 | 21 | 144 | 1 | 62 | 144 | 62 |
| Binary | 11111101 | 11010001 | 0 | 0 | 10001 | 1100100 | 1 | 110010 | 1100100 | 110010 |
Color Harmonies of #FDD100
Complementary color
Monochromatic Colors of #FDD100
Black with #FDD100
Text Example
Text Example
White with #FDD100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD100; }
p { color: rgb(253,209,0); }
H1.HeaderClassName
{
color: #FDD100;
}
.AnyTagClassName
{
color: #FDD100;
}
</style>
background-color css
<style>
a { background-color: #FDD100; }
a { background-color: rgb(253,209,0); }
div.DivClassName
{
background-color: #FDD100;
}
.BgClassName
{
background-color: #FDD100;
}
</style>
border-color css
<style>
span { border-color: #FDD100; }
span { border-color: rgb(253,209,0); }
td.TdClassName
{
border-color: #FDD100;
}
.TagClassName
{
border-color: #FDD100;
}
</style>