Shades of Golden Poppy #FAC106
Tints of Golden Poppy #FAC106
RGB
CMYK
RGB Variations
Color information
#FAC106 (or 0xFAC106) is known color: Golden Poppy. HEX triplet: FA, C1 and 06. RGB value is (250,193,6). Sum of RGB (Red+Green+Blue) = 250+193+6=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 6 (2.73% from 255 or 1.34% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC106 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC106 is #053EF9. Grayscale: #BDBDBD. Windows color (decimal): -343802 or 442874. OLE color: 442874.
HSL color Cylindrical-coordinate representation of color #FAC106: hue angle of 45.98º 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 #FAC106 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 6 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.02 |
| HSL | 45.98º | 0.96% | 0.5% | - |
| HSV(B) | 45.98º | 0.98% | 0.98% | - |
| XYZ | 58.53 | 58.48 | 8.37 | - |
| YUV | 188.73 | 24.88 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 6 | 0 | 0.23 | 0.98 | 0.02 | 45.98 | 0.96 | 0.5 |
| Hex | FA | C1 | 6 | 0 | 17 | 62 | 2 | 2E | 60 | 32 |
| Octal | 372 | 301 | 6 | 0 | 27 | 142 | 2 | 56 | 140 | 62 |
| Binary | 11111010 | 11000001 | 110 | 0 | 10111 | 1100010 | 10 | 101110 | 1100000 | 110010 |
Color Harmonies of #FAC106
Complementary color
Monochromatic Colors of #FAC106
Black with #FAC106
Text Example
Text Example
White with #FAC106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC106; }
p { color: rgb(250,193,6); }
H1.HeaderClassName
{
color: #FAC106;
}
.AnyTagClassName
{
color: #FAC106;
}
</style>
background-color css
<style>
a { background-color: #FAC106; }
a { background-color: rgb(250,193,6); }
div.DivClassName
{
background-color: #FAC106;
}
.BgClassName
{
background-color: #FAC106;
}
</style>
border-color css
<style>
span { border-color: #FAC106; }
span { border-color: rgb(250,193,6); }
td.TdClassName
{
border-color: #FAC106;
}
.TagClassName
{
border-color: #FAC106;
}
</style>