Shades of Golden Poppy #FAC604
Tints of Golden Poppy #FAC604
RGB
CMYK
RGB Variations
Color information
#FAC604 (or 0xFAC604) is known color: Golden Poppy. HEX triplet: FA, C6 and 04. RGB value is (250,198,4). Sum of RGB (Red+Green+Blue) = 250+198+4=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 4 (1.95% from 255 or 0.88% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC604 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC604 is #0539FB. Grayscale: #C0C0C0. Windows color (decimal): -342524 or 313082. OLE color: 313082.
HSL color Cylindrical-coordinate representation of color #FAC604: hue angle of 47.32º 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 #FAC604 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.02 |
| HSL | 47.32º | 0.97% | 0.5% | - |
| HSV(B) | 47.32º | 0.98% | 0.98% | - |
| XYZ | 59.64 | 60.72 | 8.69 | - |
| YUV | 191.43 | 22.23 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 4 | 0 | 0.21 | 0.98 | 0.02 | 47.32 | 0.97 | 0.5 |
| Hex | FA | C6 | 4 | 0 | 15 | 62 | 2 | 2F | 61 | 32 |
| Octal | 372 | 306 | 4 | 0 | 25 | 142 | 2 | 57 | 141 | 62 |
| Binary | 11111010 | 11000110 | 100 | 0 | 10101 | 1100010 | 10 | 101111 | 1100001 | 110010 |
Color Harmonies of #FAC604
Complementary color
Monochromatic Colors of #FAC604
Black with #FAC604
Text Example
Text Example
White with #FAC604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC604; }
p { color: rgb(250,198,4); }
H1.HeaderClassName
{
color: #FAC604;
}
.AnyTagClassName
{
color: #FAC604;
}
</style>
background-color css
<style>
a { background-color: #FAC604; }
a { background-color: rgb(250,198,4); }
div.DivClassName
{
background-color: #FAC604;
}
.BgClassName
{
background-color: #FAC604;
}
</style>
border-color css
<style>
span { border-color: #FAC604; }
span { border-color: rgb(250,198,4); }
td.TdClassName
{
border-color: #FAC604;
}
.TagClassName
{
border-color: #FAC604;
}
</style>