Shades of Golden Poppy #FAC210
Tints of Golden Poppy #FAC210
RGB
CMYK
RGB Variations
Color information
#FAC210 (or 0xFAC210) is known color: Golden Poppy. HEX triplet: FA, C2 and 10. RGB value is (250,194,16). Sum of RGB (Red+Green+Blue) = 250+194+16=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 16 (6.64% from 255 or 3.48% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC210 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC210 is #053DEF. Grayscale: #BFBFBF. Windows color (decimal): -343536 or 1098490. OLE color: 1098490.
HSL color Cylindrical-coordinate representation of color #FAC210: hue angle of 45.64º 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 #FAC210 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 16 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.02 |
| HSL | 45.64º | 0.96% | 0.52% | - |
| HSV(B) | 45.64º | 0.94% | 0.98% | - |
| XYZ | 58.81 | 58.94 | 8.77 | - |
| YUV | 190.45 | 29.55 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 16 | 0 | 0.22 | 0.94 | 0.02 | 45.64 | 0.96 | 0.52 |
| Hex | FA | C2 | 10 | 0 | 16 | 5E | 2 | 2E | 60 | 34 |
| Octal | 372 | 302 | 20 | 0 | 26 | 136 | 2 | 56 | 140 | 64 |
| Binary | 11111010 | 11000010 | 10000 | 0 | 10110 | 1011110 | 10 | 101110 | 1100000 | 110100 |
Color Harmonies of #FAC210
Complementary color
Monochromatic Colors of #FAC210
Black with #FAC210
Text Example
Text Example
White with #FAC210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC210; }
p { color: rgb(250,194,16); }
H1.HeaderClassName
{
color: #FAC210;
}
.AnyTagClassName
{
color: #FAC210;
}
</style>
background-color css
<style>
a { background-color: #FAC210; }
a { background-color: rgb(250,194,16); }
div.DivClassName
{
background-color: #FAC210;
}
.BgClassName
{
background-color: #FAC210;
}
</style>
border-color css
<style>
span { border-color: #FAC210; }
span { border-color: rgb(250,194,16); }
td.TdClassName
{
border-color: #FAC210;
}
.TagClassName
{
border-color: #FAC210;
}
</style>