Shades of Golden Poppy #FAC004
Tints of Golden Poppy #FAC004
RGB
CMYK
RGB Variations
Color information
#FAC004 (or 0xFAC004) is known color: Golden Poppy. HEX triplet: FA, C0 and 04. RGB value is (250,192,4). Sum of RGB (Red+Green+Blue) = 250+192+4=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 4 (1.95% from 255 or 0.90% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC004 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC004 is #053FFB. Grayscale: #BCBCBC. Windows color (decimal): -344060 or 311546. OLE color: 311546.
HSL color Cylindrical-coordinate representation of color #FAC004: hue angle of 45.85º 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 #FAC004 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.02 |
| HSL | 45.85º | 0.97% | 0.5% | - |
| HSV(B) | 45.85º | 0.98% | 0.98% | - |
| XYZ | 58.3 | 58.03 | 8.24 | - |
| YUV | 187.91 | 24.22 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 4 | 0 | 0.23 | 0.98 | 0.02 | 45.85 | 0.97 | 0.5 |
| Hex | FA | C0 | 4 | 0 | 17 | 62 | 2 | 2E | 61 | 32 |
| Octal | 372 | 300 | 4 | 0 | 27 | 142 | 2 | 56 | 141 | 62 |
| Binary | 11111010 | 11000000 | 100 | 0 | 10111 | 1100010 | 10 | 101110 | 1100001 | 110010 |
Color Harmonies of #FAC004
Complementary color
Monochromatic Colors of #FAC004
Black with #FAC004
Text Example
Text Example
White with #FAC004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC004; }
p { color: rgb(250,192,4); }
H1.HeaderClassName
{
color: #FAC004;
}
.AnyTagClassName
{
color: #FAC004;
}
</style>
background-color css
<style>
a { background-color: #FAC004; }
a { background-color: rgb(250,192,4); }
div.DivClassName
{
background-color: #FAC004;
}
.BgClassName
{
background-color: #FAC004;
}
</style>
border-color css
<style>
span { border-color: #FAC004; }
span { border-color: rgb(250,192,4); }
td.TdClassName
{
border-color: #FAC004;
}
.TagClassName
{
border-color: #FAC004;
}
</style>