Shades of Golden Poppy #FCC60F
Tints of Golden Poppy #FCC60F
RGB
CMYK
RGB Variations
Color information
#FCC60F (or 0xFCC60F) is known color: Golden Poppy. HEX triplet: FC, C6 and 0F. RGB value is (252,198,15). Sum of RGB (Red+Green+Blue) = 252+198+15=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC60F is #0339F0. Grayscale: #C2C2C2. Windows color (decimal): -211441 or 1033980. OLE color: 1033980.
HSL color Cylindrical-coordinate representation of color #FCC60F: hue angle of 46.33º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCC60F is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 15 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.01 |
| HSL | 46.33º | 0.98% | 0.52% | - |
| HSV(B) | 46.33º | 0.94% | 0.99% | - |
| XYZ | 60.43 | 61.12 | 9.06 | - |
| YUV | 193.28 | 27.39 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 15 | 0 | 0.21 | 0.94 | 0.01 | 46.33 | 0.98 | 0.52 |
| Hex | FC | C6 | F | 0 | 15 | 5E | 1 | 2E | 62 | 34 |
| Octal | 374 | 306 | 17 | 0 | 25 | 136 | 1 | 56 | 142 | 64 |
| Binary | 11111100 | 11000110 | 1111 | 0 | 10101 | 1011110 | 1 | 101110 | 1100010 | 110100 |
Color Harmonies of #FCC60F
Complementary color
Monochromatic Colors of #FCC60F
Black with #FCC60F
Text Example
Text Example
White with #FCC60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC60F; }
p { color: rgb(252,198,15); }
H1.HeaderClassName
{
color: #FCC60F;
}
.AnyTagClassName
{
color: #FCC60F;
}
</style>
background-color css
<style>
a { background-color: #FCC60F; }
a { background-color: rgb(252,198,15); }
div.DivClassName
{
background-color: #FCC60F;
}
.BgClassName
{
background-color: #FCC60F;
}
</style>
border-color css
<style>
span { border-color: #FCC60F; }
span { border-color: rgb(252,198,15); }
td.TdClassName
{
border-color: #FCC60F;
}
.TagClassName
{
border-color: #FCC60F;
}
</style>