Shades of Golden Poppy #FCC70D
Tints of Golden Poppy #FCC70D
RGB
CMYK
RGB Variations
Color information
#FCC70D (or 0xFCC70D) is known color: Golden Poppy. HEX triplet: FC, C7 and 0D. RGB value is (252,199,13). Sum of RGB (Red+Green+Blue) = 252+199+13=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 13 (5.47% from 255 or 2.80% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCC70D is #0338F2. Grayscale: #C2C2C2. Windows color (decimal): -211187 or 903164. OLE color: 903164.
HSL color Cylindrical-coordinate representation of color #FCC70D: hue angle of 46.69º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCC70D is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 199 | 13 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.01 |
| HSL | 46.69º | 0.98% | 0.52% | - |
| HSV(B) | 46.69º | 0.95% | 0.99% | - |
| XYZ | 60.64 | 61.57 | 9.07 | - |
| YUV | 193.64 | 26.06 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 199 | 13 | 0 | 0.21 | 0.95 | 0.01 | 46.69 | 0.98 | 0.52 |
| Hex | FC | C7 | D | 0 | 15 | 5F | 1 | 2F | 62 | 34 |
| Octal | 374 | 307 | 15 | 0 | 25 | 137 | 1 | 57 | 142 | 64 |
| Binary | 11111100 | 11000111 | 1101 | 0 | 10101 | 1011111 | 1 | 101111 | 1100010 | 110100 |
Color Harmonies of #FCC70D
Complementary color
Monochromatic Colors of #FCC70D
Black with #FCC70D
Text Example
Text Example
White with #FCC70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC70D; }
p { color: rgb(252,199,13); }
H1.HeaderClassName
{
color: #FCC70D;
}
.AnyTagClassName
{
color: #FCC70D;
}
</style>
background-color css
<style>
a { background-color: #FCC70D; }
a { background-color: rgb(252,199,13); }
div.DivClassName
{
background-color: #FCC70D;
}
.BgClassName
{
background-color: #FCC70D;
}
</style>
border-color css
<style>
span { border-color: #FCC70D; }
span { border-color: rgb(252,199,13); }
td.TdClassName
{
border-color: #FCC70D;
}
.TagClassName
{
border-color: #FCC70D;
}
</style>