Shades of Golden Poppy #FCC101
Tints of Golden Poppy #FCC101
RGB
CMYK
RGB Variations
Color information
#FCC101 (or 0xFCC101) is known color: Golden Poppy. HEX triplet: FC, C1 and 01. RGB value is (252,193,1). Sum of RGB (Red+Green+Blue) = 252+193+1=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC101 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC101 is #033EFE. Grayscale: #BDBDBD. Windows color (decimal): -212735 or 115196. OLE color: 115196.
HSL color Cylindrical-coordinate representation of color #FCC101: hue angle of 45.9º 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 #FCC101 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 1 | - |
| CMYK | 0 | 0.23 | 1.00 | 0.01 |
| HSL | 45.9º | 0.99% | 0.5% | - |
| HSV(B) | 45.9º | 1% | 0.99% | - |
| XYZ | 59.22 | 58.84 | 8.26 | - |
| YUV | 188.75 | 22.05 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 1 | 0 | 0.23 | 1.00 | 0.01 | 45.9 | 0.99 | 0.5 |
| Hex | FC | C1 | 1 | 0 | 17 | 64 | 1 | 2E | 63 | 32 |
| Octal | 374 | 301 | 1 | 0 | 27 | 144 | 1 | 56 | 143 | 62 |
| Binary | 11111100 | 11000001 | 1 | 0 | 10111 | 1100100 | 1 | 101110 | 1100011 | 110010 |
Color Harmonies of #FCC101
Complementary color
Monochromatic Colors of #FCC101
Black with #FCC101
Text Example
Text Example
White with #FCC101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC101; }
p { color: rgb(252,193,1); }
H1.HeaderClassName
{
color: #FCC101;
}
.AnyTagClassName
{
color: #FCC101;
}
</style>
background-color css
<style>
a { background-color: #FCC101; }
a { background-color: rgb(252,193,1); }
div.DivClassName
{
background-color: #FCC101;
}
.BgClassName
{
background-color: #FCC101;
}
</style>
border-color css
<style>
span { border-color: #FCC101; }
span { border-color: rgb(252,193,1); }
td.TdClassName
{
border-color: #FCC101;
}
.TagClassName
{
border-color: #FCC101;
}
</style>