Shades of Tangerine Yellow #FDC904
Tints of Tangerine Yellow #FDC904
RGB
CMYK
RGB Variations
Color information
#FDC904 (or 0xFDC904) is known color: Tangerine Yellow. HEX triplet: FD, C9 and 04. RGB value is (253,201,4). Sum of RGB (Red+Green+Blue) = 253+201+4=458 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.24% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 4 (1.95% from 255 or 0.87% from 458); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC904 is #0236FB. Grayscale: #C2C2C2. Windows color (decimal): -145148 or 313853. OLE color: 313853.
HSL color Cylindrical-coordinate representation of color #FDC904: hue angle of 47.47º 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 #FDC904 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.01 |
| HSL | 47.47º | 0.98% | 0.5% | - |
| HSV(B) | 47.47º | 0.98% | 0.99% | - |
| XYZ | 61.42 | 62.66 | 8.97 | - |
| YUV | 194.09 | 20.73 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 4 | 0 | 0.21 | 0.98 | 0.01 | 47.47 | 0.98 | 0.5 |
| Hex | FD | C9 | 4 | 0 | 15 | 62 | 1 | 2F | 62 | 32 |
| Octal | 375 | 311 | 4 | 0 | 25 | 142 | 1 | 57 | 142 | 62 |
| Binary | 11111101 | 11001001 | 100 | 0 | 10101 | 1100010 | 1 | 101111 | 1100010 | 110010 |
Color Harmonies of #FDC904
Complementary color
Monochromatic Colors of #FDC904
Black with #FDC904
Text Example
Text Example
White with #FDC904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC904; }
p { color: rgb(253,201,4); }
H1.HeaderClassName
{
color: #FDC904;
}
.AnyTagClassName
{
color: #FDC904;
}
</style>
background-color css
<style>
a { background-color: #FDC904; }
a { background-color: rgb(253,201,4); }
div.DivClassName
{
background-color: #FDC904;
}
.BgClassName
{
background-color: #FDC904;
}
</style>
border-color css
<style>
span { border-color: #FDC904; }
span { border-color: rgb(253,201,4); }
td.TdClassName
{
border-color: #FDC904;
}
.TagClassName
{
border-color: #FDC904;
}
</style>