Shades of Golden Poppy #FAC304
Tints of Golden Poppy #FAC304
RGB
CMYK
RGB Variations
Color information
#FAC304 (or 0xFAC304) is known color: Golden Poppy. HEX triplet: FA, C3 and 04. RGB value is (250,195,4). Sum of RGB (Red+Green+Blue) = 250+195+4=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC304 is #053CFB. Grayscale: #BEBEBE. Windows color (decimal): -343292 or 312314. OLE color: 312314.
HSL color Cylindrical-coordinate representation of color #FAC304: hue angle of 46.59º 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 #FAC304 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 4 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.02 |
| HSL | 46.59º | 0.97% | 0.5% | - |
| HSV(B) | 46.59º | 0.98% | 0.98% | - |
| XYZ | 58.96 | 59.36 | 8.47 | - |
| YUV | 189.67 | 23.22 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 4 | 0 | 0.22 | 0.98 | 0.02 | 46.59 | 0.97 | 0.5 |
| Hex | FA | C3 | 4 | 0 | 16 | 62 | 2 | 2F | 61 | 32 |
| Octal | 372 | 303 | 4 | 0 | 26 | 142 | 2 | 57 | 141 | 62 |
| Binary | 11111010 | 11000011 | 100 | 0 | 10110 | 1100010 | 10 | 101111 | 1100001 | 110010 |
Color Harmonies of #FAC304
Complementary color
Monochromatic Colors of #FAC304
Black with #FAC304
Text Example
Text Example
White with #FAC304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC304; }
p { color: rgb(250,195,4); }
H1.HeaderClassName
{
color: #FAC304;
}
.AnyTagClassName
{
color: #FAC304;
}
</style>
background-color css
<style>
a { background-color: #FAC304; }
a { background-color: rgb(250,195,4); }
div.DivClassName
{
background-color: #FAC304;
}
.BgClassName
{
background-color: #FAC304;
}
</style>
border-color css
<style>
span { border-color: #FAC304; }
span { border-color: rgb(250,195,4); }
td.TdClassName
{
border-color: #FAC304;
}
.TagClassName
{
border-color: #FAC304;
}
</style>