Shades of Tangerine Yellow #FCC901
Tints of Tangerine Yellow #FCC901
RGB
CMYK
RGB Variations
Color information
#FCC901 (or 0xFCC901) is known color: Tangerine Yellow. HEX triplet: FC, C9 and 01. RGB value is (252,201,1). Sum of RGB (Red+Green+Blue) = 252+201+1=454 (60% of max value = 765). Red value is 252 (98.83% from 255 or 55.51% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 1 (0.78% from 255 or 0.22% from 454); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC901 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC901 is #0336FE. Grayscale: #C2C2C2. Windows color (decimal): -210687 or 117244. OLE color: 117244.
HSL color Cylindrical-coordinate representation of color #FCC901: hue angle of 47.81º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCC901 is Cyan = 0, Magento = 0.20, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 201 | 1 | - |
| CMYK | 0 | 0.20 | 1.00 | 0.01 |
| HSL | 47.81º | 0.99% | 0.5% | - |
| HSV(B) | 47.81º | 1% | 0.99% | - |
| XYZ | 61.04 | 62.47 | 8.87 | - |
| YUV | 193.45 | 19.4 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 201 | 1 | 0 | 0.20 | 1.00 | 0.01 | 47.81 | 0.99 | 0.5 |
| Hex | FC | C9 | 1 | 0 | 14 | 64 | 1 | 30 | 63 | 32 |
| Octal | 374 | 311 | 1 | 0 | 24 | 144 | 1 | 60 | 143 | 62 |
| Binary | 11111100 | 11001001 | 1 | 0 | 10100 | 1100100 | 1 | 110000 | 1100011 | 110010 |
Color Harmonies of #FCC901
Complementary color
Monochromatic Colors of #FCC901
Black with #FCC901
Text Example
Text Example
White with #FCC901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC901; }
p { color: rgb(252,201,1); }
H1.HeaderClassName
{
color: #FCC901;
}
.AnyTagClassName
{
color: #FCC901;
}
</style>
background-color css
<style>
a { background-color: #FCC901; }
a { background-color: rgb(252,201,1); }
div.DivClassName
{
background-color: #FCC901;
}
.BgClassName
{
background-color: #FCC901;
}
</style>
border-color css
<style>
span { border-color: #FCC901; }
span { border-color: rgb(252,201,1); }
td.TdClassName
{
border-color: #FCC901;
}
.TagClassName
{
border-color: #FCC901;
}
</style>