Shades of Tangerine Yellow #FCC904
Tints of Tangerine Yellow #FCC904
RGB
CMYK
RGB Variations
Color information
#FCC904 (or 0xFCC904) is known color: Tangerine Yellow. HEX triplet: FC, C9 and 04. RGB value is (252,201,4). Sum of RGB (Red+Green+Blue) = 252+201+4=457 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.14% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 4 (1.95% from 255 or 0.88% from 457); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC904 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC904 is #0336FB. Grayscale: #C2C2C2. Windows color (decimal): -210684 or 313852. OLE color: 313852.
HSL color Cylindrical-coordinate representation of color #FCC904: hue angle of 47.66º 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 #FCC904 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 4 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.01 |
| HSL | 47.66º | 0.98% | 0.5% | - |
| HSV(B) | 47.66º | 0.98% | 0.99% | - |
| XYZ | 61.05 | 62.48 | 8.96 | - |
| YUV | 193.79 | 20.9 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 4 | 0 | 0.20 | 0.98 | 0.01 | 47.66 | 0.98 | 0.5 |
| Hex | FC | C9 | 4 | 0 | 14 | 62 | 1 | 30 | 62 | 32 |
| Octal | 374 | 311 | 4 | 0 | 24 | 142 | 1 | 60 | 142 | 62 |
| Binary | 11111100 | 11001001 | 100 | 0 | 10100 | 1100010 | 1 | 110000 | 1100010 | 110010 |
Color Harmonies of #FCC904
Complementary color
Monochromatic Colors of #FCC904
Black with #FCC904
Text Example
Text Example
White with #FCC904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC904; }
p { color: rgb(252,201,4); }
H1.HeaderClassName
{
color: #FCC904;
}
.AnyTagClassName
{
color: #FCC904;
}
</style>
background-color css
<style>
a { background-color: #FCC904; }
a { background-color: rgb(252,201,4); }
div.DivClassName
{
background-color: #FCC904;
}
.BgClassName
{
background-color: #FCC904;
}
</style>
border-color css
<style>
span { border-color: #FCC904; }
span { border-color: rgb(252,201,4); }
td.TdClassName
{
border-color: #FCC904;
}
.TagClassName
{
border-color: #FCC904;
}
</style>