Shades of Golden Poppy #FAC504
Tints of Golden Poppy #FAC504
RGB
CMYK
RGB Variations
Color information
#FAC504 (or 0xFAC504) is known color: Golden Poppy. HEX triplet: FA, C5 and 04. RGB value is (250,197,4). Sum of RGB (Red+Green+Blue) = 250+197+4=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 4 (1.95% from 255 or 0.89% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC504 is #053AFB. Grayscale: #BFBFBF. Windows color (decimal): -342780 or 312826. OLE color: 312826.
HSL color Cylindrical-coordinate representation of color #FAC504: hue angle of 47.07º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAC504 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.02 |
| HSL | 47.07º | 0.97% | 0.5% | - |
| HSV(B) | 47.07º | 0.98% | 0.98% | - |
| XYZ | 59.41 | 60.27 | 8.62 | - |
| YUV | 190.85 | 22.56 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 4 | 0 | 0.21 | 0.98 | 0.02 | 47.07 | 0.97 | 0.5 |
| Hex | FA | C5 | 4 | 0 | 15 | 62 | 2 | 2F | 61 | 32 |
| Octal | 372 | 305 | 4 | 0 | 25 | 142 | 2 | 57 | 141 | 62 |
| Binary | 11111010 | 11000101 | 100 | 0 | 10101 | 1100010 | 10 | 101111 | 1100001 | 110010 |
Color Harmonies of #FAC504
Complementary color
Monochromatic Colors of #FAC504
Black with #FAC504
Text Example
Text Example
White with #FAC504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC504; }
p { color: rgb(250,197,4); }
H1.HeaderClassName
{
color: #FAC504;
}
.AnyTagClassName
{
color: #FAC504;
}
</style>
background-color css
<style>
a { background-color: #FAC504; }
a { background-color: rgb(250,197,4); }
div.DivClassName
{
background-color: #FAC504;
}
.BgClassName
{
background-color: #FAC504;
}
</style>
border-color css
<style>
span { border-color: #FAC504; }
span { border-color: rgb(250,197,4); }
td.TdClassName
{
border-color: #FAC504;
}
.TagClassName
{
border-color: #FAC504;
}
</style>