Shades of Golden Poppy #FAC410
Tints of Golden Poppy #FAC410
RGB
CMYK
RGB Variations
Color information
#FAC410 (or 0xFAC410) is known color: Golden Poppy. HEX triplet: FA, C4 and 10. RGB value is (250,196,16). Sum of RGB (Red+Green+Blue) = 250+196+16=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 16 (6.64% from 255 or 3.46% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC410 is #053BEF. Grayscale: #C0C0C0. Windows color (decimal): -343024 or 1099002. OLE color: 1099002.
HSL color Cylindrical-coordinate representation of color #FAC410: hue angle of 46.15º 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 #FAC410 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 16 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.02 |
| HSL | 46.15º | 0.96% | 0.52% | - |
| HSV(B) | 46.15º | 0.94% | 0.98% | - |
| XYZ | 59.26 | 59.84 | 8.92 | - |
| YUV | 191.63 | 28.89 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 16 | 0 | 0.22 | 0.94 | 0.02 | 46.15 | 0.96 | 0.52 |
| Hex | FA | C4 | 10 | 0 | 16 | 5E | 2 | 2E | 60 | 34 |
| Octal | 372 | 304 | 20 | 0 | 26 | 136 | 2 | 56 | 140 | 64 |
| Binary | 11111010 | 11000100 | 10000 | 0 | 10110 | 1011110 | 10 | 101110 | 1100000 | 110100 |
Color Harmonies of #FAC410
Complementary color
Monochromatic Colors of #FAC410
Black with #FAC410
Text Example
Text Example
White with #FAC410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC410; }
p { color: rgb(250,196,16); }
H1.HeaderClassName
{
color: #FAC410;
}
.AnyTagClassName
{
color: #FAC410;
}
</style>
background-color css
<style>
a { background-color: #FAC410; }
a { background-color: rgb(250,196,16); }
div.DivClassName
{
background-color: #FAC410;
}
.BgClassName
{
background-color: #FAC410;
}
</style>
border-color css
<style>
span { border-color: #FAC410; }
span { border-color: rgb(250,196,16); }
td.TdClassName
{
border-color: #FAC410;
}
.TagClassName
{
border-color: #FAC410;
}
</style>