Shades of Golden Poppy #FAC404
Tints of Golden Poppy #FAC404
RGB
CMYK
RGB Variations
Color information
#FAC404 (or 0xFAC404) is known color: Golden Poppy. HEX triplet: FA, C4 and 04. RGB value is (250,196,4). Sum of RGB (Red+Green+Blue) = 250+196+4=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC404 is #053BFB. Grayscale: #BFBFBF. Windows color (decimal): -343036 or 312570. OLE color: 312570.
HSL color Cylindrical-coordinate representation of color #FAC404: hue angle of 46.83º 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 #FAC404 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 4 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.02 |
| HSL | 46.83º | 0.97% | 0.5% | - |
| HSV(B) | 46.83º | 0.98% | 0.98% | - |
| XYZ | 59.19 | 59.81 | 8.54 | - |
| YUV | 190.26 | 22.89 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 4 | 0 | 0.22 | 0.98 | 0.02 | 46.83 | 0.97 | 0.5 |
| Hex | FA | C4 | 4 | 0 | 16 | 62 | 2 | 2F | 61 | 32 |
| Octal | 372 | 304 | 4 | 0 | 26 | 142 | 2 | 57 | 141 | 62 |
| Binary | 11111010 | 11000100 | 100 | 0 | 10110 | 1100010 | 10 | 101111 | 1100001 | 110010 |
Color Harmonies of #FAC404
Complementary color
Monochromatic Colors of #FAC404
Black with #FAC404
Text Example
Text Example
White with #FAC404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC404; }
p { color: rgb(250,196,4); }
H1.HeaderClassName
{
color: #FAC404;
}
.AnyTagClassName
{
color: #FAC404;
}
</style>
background-color css
<style>
a { background-color: #FAC404; }
a { background-color: rgb(250,196,4); }
div.DivClassName
{
background-color: #FAC404;
}
.BgClassName
{
background-color: #FAC404;
}
</style>
border-color css
<style>
span { border-color: #FAC404; }
span { border-color: rgb(250,196,4); }
td.TdClassName
{
border-color: #FAC404;
}
.TagClassName
{
border-color: #FAC404;
}
</style>