Shades of Tangerine Yellow #FDD102
Tints of Tangerine Yellow #FDD102
RGB
CMYK
RGB Variations
Color information
#FDD102 (or 0xFDD102) is known color: Tangerine Yellow. HEX triplet: FD, D1 and 02. RGB value is (253,209,2). Sum of RGB (Red+Green+Blue) = 253+209+2=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 2 (1.17% from 255 or 0.43% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD102 is #022EFD. Grayscale: #C7C7C7. Windows color (decimal): -143102 or 184829. OLE color: 184829.
HSL color Cylindrical-coordinate representation of color #FDD102: hue angle of 49.48º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDD102 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 209 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.01 |
| HSL | 49.48º | 0.98% | 0.5% | - |
| HSV(B) | 49.48º | 0.99% | 0.99% | - |
| XYZ | 63.32 | 66.49 | 9.55 | - |
| YUV | 198.56 | 17.08 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 209 | 2 | 0 | 0.17 | 0.99 | 0.01 | 49.48 | 0.98 | 0.5 |
| Hex | FD | D1 | 2 | 0 | 11 | 63 | 1 | 31 | 62 | 32 |
| Octal | 375 | 321 | 2 | 0 | 21 | 143 | 1 | 61 | 142 | 62 |
| Binary | 11111101 | 11010001 | 10 | 0 | 10001 | 1100011 | 1 | 110001 | 1100010 | 110010 |
Color Harmonies of #FDD102
Complementary color
Monochromatic Colors of #FDD102
Black with #FDD102
Text Example
Text Example
White with #FDD102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD102; }
p { color: rgb(253,209,2); }
H1.HeaderClassName
{
color: #FDD102;
}
.AnyTagClassName
{
color: #FDD102;
}
</style>
background-color css
<style>
a { background-color: #FDD102; }
a { background-color: rgb(253,209,2); }
div.DivClassName
{
background-color: #FDD102;
}
.BgClassName
{
background-color: #FDD102;
}
</style>
border-color css
<style>
span { border-color: #FDD102; }
span { border-color: rgb(253,209,2); }
td.TdClassName
{
border-color: #FDD102;
}
.TagClassName
{
border-color: #FDD102;
}
</style>