Shades of Golden Poppy #FAC810
Tints of Golden Poppy #FAC810
RGB
CMYK
RGB Variations
Color information
#FAC810 (or 0xFAC810) is known color: Golden Poppy. HEX triplet: FA, C8 and 10. RGB value is (250,200,16). Sum of RGB (Red+Green+Blue) = 250+200+16=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 16 (6.64% from 255 or 3.43% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC810 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC810 is #0537EF. Grayscale: #C2C2C2. Windows color (decimal): -342000 or 1100026. OLE color: 1100026.
HSL color Cylindrical-coordinate representation of color #FAC810: hue angle of 47.18º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAC810 is Cyan = 0, Magento = 0.2, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 16 | - |
| CMYK | 0 | 0.2 | 0.94 | 0.02 |
| HSL | 47.18º | 0.96% | 0.52% | - |
| HSV(B) | 47.18º | 0.94% | 0.98% | - |
| XYZ | 60.17 | 61.67 | 9.22 | - |
| YUV | 193.97 | 27.57 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 16 | 0 | 0.2 | 0.94 | 0.02 | 47.18 | 0.96 | 0.52 |
| Hex | FA | C8 | 10 | 0 | 14 | 5E | 2 | 2F | 60 | 34 |
| Octal | 372 | 310 | 20 | 0 | 24 | 136 | 2 | 57 | 140 | 64 |
| Binary | 11111010 | 11001000 | 10000 | 0 | 10100 | 1011110 | 10 | 101111 | 1100000 | 110100 |
Color Harmonies of #FAC810
Complementary color
Monochromatic Colors of #FAC810
Black with #FAC810
Text Example
Text Example
White with #FAC810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC810; }
p { color: rgb(250,200,16); }
H1.HeaderClassName
{
color: #FAC810;
}
.AnyTagClassName
{
color: #FAC810;
}
</style>
background-color css
<style>
a { background-color: #FAC810; }
a { background-color: rgb(250,200,16); }
div.DivClassName
{
background-color: #FAC810;
}
.BgClassName
{
background-color: #FAC810;
}
</style>
border-color css
<style>
span { border-color: #FAC810; }
span { border-color: rgb(250,200,16); }
td.TdClassName
{
border-color: #FAC810;
}
.TagClassName
{
border-color: #FAC810;
}
</style>