Shades of Golden Poppy #FAC006
Tints of Golden Poppy #FAC006
RGB
CMYK
RGB Variations
Color information
#FAC006 (or 0xFAC006) is known color: Golden Poppy. HEX triplet: FA, C0 and 06. RGB value is (250,192,6). Sum of RGB (Red+Green+Blue) = 250+192+6=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 6 (2.73% from 255 or 1.34% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC006 is #053FF9. Grayscale: #BCBCBC. Windows color (decimal): -344058 or 442618. OLE color: 442618.
HSL color Cylindrical-coordinate representation of color #FAC006: hue angle of 45.74º 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 #FAC006 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 6 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.02 |
| HSL | 45.74º | 0.96% | 0.5% | - |
| HSV(B) | 45.74º | 0.98% | 0.98% | - |
| XYZ | 58.31 | 58.04 | 8.3 | - |
| YUV | 188.14 | 25.22 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 6 | 0 | 0.23 | 0.98 | 0.02 | 45.74 | 0.96 | 0.5 |
| Hex | FA | C0 | 6 | 0 | 17 | 62 | 2 | 2E | 60 | 32 |
| Octal | 372 | 300 | 6 | 0 | 27 | 142 | 2 | 56 | 140 | 62 |
| Binary | 11111010 | 11000000 | 110 | 0 | 10111 | 1100010 | 10 | 101110 | 1100000 | 110010 |
Color Harmonies of #FAC006
Complementary color
Monochromatic Colors of #FAC006
Black with #FAC006
Text Example
Text Example
White with #FAC006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC006; }
p { color: rgb(250,192,6); }
H1.HeaderClassName
{
color: #FAC006;
}
.AnyTagClassName
{
color: #FAC006;
}
</style>
background-color css
<style>
a { background-color: #FAC006; }
a { background-color: rgb(250,192,6); }
div.DivClassName
{
background-color: #FAC006;
}
.BgClassName
{
background-color: #FAC006;
}
</style>
border-color css
<style>
span { border-color: #FAC006; }
span { border-color: rgb(250,192,6); }
td.TdClassName
{
border-color: #FAC006;
}
.TagClassName
{
border-color: #FAC006;
}
</style>