Shades of Golden Poppy #FAC510
Tints of Golden Poppy #FAC510
RGB
CMYK
RGB Variations
Color information
#FAC510 (or 0xFAC510) is known color: Golden Poppy. HEX triplet: FA, C5 and 10. RGB value is (250,197,16). Sum of RGB (Red+Green+Blue) = 250+197+16=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 16 (6.64% from 255 or 3.46% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC510 is #053AEF. Grayscale: #C0C0C0. Windows color (decimal): -342768 or 1099258. OLE color: 1099258.
HSL color Cylindrical-coordinate representation of color #FAC510: hue angle of 46.41º 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 #FAC510 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 16 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.02 |
| HSL | 46.41º | 0.96% | 0.52% | - |
| HSV(B) | 46.41º | 0.94% | 0.98% | - |
| XYZ | 59.48 | 60.29 | 8.99 | - |
| YUV | 192.21 | 28.56 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 16 | 0 | 0.21 | 0.94 | 0.02 | 46.41 | 0.96 | 0.52 |
| Hex | FA | C5 | 10 | 0 | 15 | 5E | 2 | 2E | 60 | 34 |
| Octal | 372 | 305 | 20 | 0 | 25 | 136 | 2 | 56 | 140 | 64 |
| Binary | 11111010 | 11000101 | 10000 | 0 | 10101 | 1011110 | 10 | 101110 | 1100000 | 110100 |
Color Harmonies of #FAC510
Complementary color
Monochromatic Colors of #FAC510
Black with #FAC510
Text Example
Text Example
White with #FAC510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC510; }
p { color: rgb(250,197,16); }
H1.HeaderClassName
{
color: #FAC510;
}
.AnyTagClassName
{
color: #FAC510;
}
</style>
background-color css
<style>
a { background-color: #FAC510; }
a { background-color: rgb(250,197,16); }
div.DivClassName
{
background-color: #FAC510;
}
.BgClassName
{
background-color: #FAC510;
}
</style>
border-color css
<style>
span { border-color: #FAC510; }
span { border-color: rgb(250,197,16); }
td.TdClassName
{
border-color: #FAC510;
}
.TagClassName
{
border-color: #FAC510;
}
</style>