Shades of Golden Poppy #FAC704
Tints of Golden Poppy #FAC704
RGB
CMYK
RGB Variations
Color information
#FAC704 (or 0xFAC704) is known color: Golden Poppy. HEX triplet: FA, C7 and 04. RGB value is (250,199,4). Sum of RGB (Red+Green+Blue) = 250+199+4=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 4 (1.95% from 255 or 0.88% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC704 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC704 is #0538FB. Grayscale: #C0C0C0. Windows color (decimal): -342268 or 313338. OLE color: 313338.
HSL color Cylindrical-coordinate representation of color #FAC704: hue angle of 47.56º 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 #FAC704 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 4 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.02 |
| HSL | 47.56º | 0.97% | 0.5% | - |
| HSV(B) | 47.56º | 0.98% | 0.98% | - |
| XYZ | 59.87 | 61.18 | 8.77 | - |
| YUV | 192.02 | 21.9 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 4 | 0 | 0.20 | 0.98 | 0.02 | 47.56 | 0.97 | 0.5 |
| Hex | FA | C7 | 4 | 0 | 14 | 62 | 2 | 30 | 61 | 32 |
| Octal | 372 | 307 | 4 | 0 | 24 | 142 | 2 | 60 | 141 | 62 |
| Binary | 11111010 | 11000111 | 100 | 0 | 10100 | 1100010 | 10 | 110000 | 1100001 | 110010 |
Color Harmonies of #FAC704
Complementary color
Monochromatic Colors of #FAC704
Black with #FAC704
Text Example
Text Example
White with #FAC704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC704; }
p { color: rgb(250,199,4); }
H1.HeaderClassName
{
color: #FAC704;
}
.AnyTagClassName
{
color: #FAC704;
}
</style>
background-color css
<style>
a { background-color: #FAC704; }
a { background-color: rgb(250,199,4); }
div.DivClassName
{
background-color: #FAC704;
}
.BgClassName
{
background-color: #FAC704;
}
</style>
border-color css
<style>
span { border-color: #FAC704; }
span { border-color: rgb(250,199,4); }
td.TdClassName
{
border-color: #FAC704;
}
.TagClassName
{
border-color: #FAC704;
}
</style>