Shades of Golden Poppy #FAC104
Tints of Golden Poppy #FAC104
RGB
CMYK
RGB Variations
Color information
#FAC104 (or 0xFAC104) is known color: Golden Poppy. HEX triplet: FA, C1 and 04. RGB value is (250,193,4). Sum of RGB (Red+Green+Blue) = 250+193+4=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 4 (1.95% from 255 or 0.89% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC104 is #053EFB. Grayscale: #BDBDBD. Windows color (decimal): -343804 or 311802. OLE color: 311802.
HSL color Cylindrical-coordinate representation of color #FAC104: hue angle of 46.1º 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 #FAC104 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.02 |
| HSL | 46.1º | 0.97% | 0.5% | - |
| HSV(B) | 46.1º | 0.98% | 0.98% | - |
| XYZ | 58.52 | 58.47 | 8.32 | - |
| YUV | 188.5 | 23.88 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 4 | 0 | 0.23 | 0.98 | 0.02 | 46.1 | 0.97 | 0.5 |
| Hex | FA | C1 | 4 | 0 | 17 | 62 | 2 | 2E | 61 | 32 |
| Octal | 372 | 301 | 4 | 0 | 27 | 142 | 2 | 56 | 141 | 62 |
| Binary | 11111010 | 11000001 | 100 | 0 | 10111 | 1100010 | 10 | 101110 | 1100001 | 110010 |
Color Harmonies of #FAC104
Complementary color
Monochromatic Colors of #FAC104
Black with #FAC104
Text Example
Text Example
White with #FAC104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC104; }
p { color: rgb(250,193,4); }
H1.HeaderClassName
{
color: #FAC104;
}
.AnyTagClassName
{
color: #FAC104;
}
</style>
background-color css
<style>
a { background-color: #FAC104; }
a { background-color: rgb(250,193,4); }
div.DivClassName
{
background-color: #FAC104;
}
.BgClassName
{
background-color: #FAC104;
}
</style>
border-color css
<style>
span { border-color: #FAC104; }
span { border-color: rgb(250,193,4); }
td.TdClassName
{
border-color: #FAC104;
}
.TagClassName
{
border-color: #FAC104;
}
</style>