Shades of Tangerine Yellow #FDC902
Tints of Tangerine Yellow #FDC902
RGB
CMYK
RGB Variations
Color information
#FDC902 (or 0xFDC902) is known color: Tangerine Yellow. HEX triplet: FD, C9 and 02. RGB value is (253,201,2). Sum of RGB (Red+Green+Blue) = 253+201+2=456 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.48% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 2 (1.17% from 255 or 0.44% from 456); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC902 is #0236FD. Grayscale: #C2C2C2. Windows color (decimal): -145150 or 182781. OLE color: 182781.
HSL color Cylindrical-coordinate representation of color #FDC902: hue angle of 47.57º 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 #FDC902 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.01 |
| HSL | 47.57º | 0.98% | 0.5% | - |
| HSV(B) | 47.57º | 0.99% | 0.99% | - |
| XYZ | 61.41 | 62.66 | 8.92 | - |
| YUV | 193.86 | 19.73 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 2 | 0 | 0.21 | 0.99 | 0.01 | 47.57 | 0.98 | 0.5 |
| Hex | FD | C9 | 2 | 0 | 15 | 63 | 1 | 30 | 62 | 32 |
| Octal | 375 | 311 | 2 | 0 | 25 | 143 | 1 | 60 | 142 | 62 |
| Binary | 11111101 | 11001001 | 10 | 0 | 10101 | 1100011 | 1 | 110000 | 1100010 | 110010 |
Color Harmonies of #FDC902
Complementary color
Monochromatic Colors of #FDC902
Black with #FDC902
Text Example
Text Example
White with #FDC902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC902; }
p { color: rgb(253,201,2); }
H1.HeaderClassName
{
color: #FDC902;
}
.AnyTagClassName
{
color: #FDC902;
}
</style>
background-color css
<style>
a { background-color: #FDC902; }
a { background-color: rgb(253,201,2); }
div.DivClassName
{
background-color: #FDC902;
}
.BgClassName
{
background-color: #FDC902;
}
</style>
border-color css
<style>
span { border-color: #FDC902; }
span { border-color: rgb(253,201,2); }
td.TdClassName
{
border-color: #FDC902;
}
.TagClassName
{
border-color: #FDC902;
}
</style>