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