Shades of Golden Poppy #FAC205
Tints of Golden Poppy #FAC205
RGB
CMYK
RGB Variations
Color information
#FAC205 (or 0xFAC205) is known color: Golden Poppy. HEX triplet: FA, C2 and 05. RGB value is (250,194,5). Sum of RGB (Red+Green+Blue) = 250+194+5=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 5 (2.34% from 255 or 1.11% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC205 is #053DFA. Grayscale: #BEBEBE. Windows color (decimal): -343547 or 377594. OLE color: 377594.
HSL color Cylindrical-coordinate representation of color #FAC205: hue angle of 46.29º degrees, saturation: 0.96, 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 #FAC205 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 5 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.02 |
| HSL | 46.29º | 0.96% | 0.5% | - |
| HSV(B) | 46.29º | 0.98% | 0.98% | - |
| XYZ | 58.74 | 58.92 | 8.42 | - |
| YUV | 189.2 | 24.05 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 5 | 0 | 0.22 | 0.98 | 0.02 | 46.29 | 0.96 | 0.5 |
| Hex | FA | C2 | 5 | 0 | 16 | 62 | 2 | 2E | 60 | 32 |
| Octal | 372 | 302 | 5 | 0 | 26 | 142 | 2 | 56 | 140 | 62 |
| Binary | 11111010 | 11000010 | 101 | 0 | 10110 | 1100010 | 10 | 101110 | 1100000 | 110010 |
Color Harmonies of #FAC205
Complementary color
Monochromatic Colors of #FAC205
Black with #FAC205
Text Example
Text Example
White with #FAC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC205; }
p { color: rgb(250,194,5); }
H1.HeaderClassName
{
color: #FAC205;
}
.AnyTagClassName
{
color: #FAC205;
}
</style>
background-color css
<style>
a { background-color: #FAC205; }
a { background-color: rgb(250,194,5); }
div.DivClassName
{
background-color: #FAC205;
}
.BgClassName
{
background-color: #FAC205;
}
</style>
border-color css
<style>
span { border-color: #FAC205; }
span { border-color: rgb(250,194,5); }
td.TdClassName
{
border-color: #FAC205;
}
.TagClassName
{
border-color: #FAC205;
}
</style>