Shades of Golden Poppy #FAC109
Tints of Golden Poppy #FAC109
RGB
CMYK
RGB Variations
Color information
#FAC109 (or 0xFAC109) is known color: Golden Poppy. HEX triplet: FA, C1 and 09. RGB value is (250,193,9). Sum of RGB (Red+Green+Blue) = 250+193+9=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 9 (3.91% from 255 or 1.99% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC109 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC109 is #053EF6. Grayscale: #BDBDBD. Windows color (decimal): -343799 or 639482. OLE color: 639482.
HSL color Cylindrical-coordinate representation of color #FAC109: hue angle of 45.81º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAC109 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 9 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.02 |
| HSL | 45.81º | 0.96% | 0.51% | - |
| HSV(B) | 45.81º | 0.96% | 0.98% | - |
| XYZ | 58.54 | 58.48 | 8.46 | - |
| YUV | 189.07 | 26.38 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 9 | 0 | 0.23 | 0.96 | 0.02 | 45.81 | 0.96 | 0.51 |
| Hex | FA | C1 | 9 | 0 | 17 | 60 | 2 | 2E | 60 | 33 |
| Octal | 372 | 301 | 11 | 0 | 27 | 140 | 2 | 56 | 140 | 63 |
| Binary | 11111010 | 11000001 | 1001 | 0 | 10111 | 1100000 | 10 | 101110 | 1100000 | 110011 |
Color Harmonies of #FAC109
Complementary color
Monochromatic Colors of #FAC109
Black with #FAC109
Text Example
Text Example
White with #FAC109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC109; }
p { color: rgb(250,193,9); }
H1.HeaderClassName
{
color: #FAC109;
}
.AnyTagClassName
{
color: #FAC109;
}
</style>
background-color css
<style>
a { background-color: #FAC109; }
a { background-color: rgb(250,193,9); }
div.DivClassName
{
background-color: #FAC109;
}
.BgClassName
{
background-color: #FAC109;
}
</style>
border-color css
<style>
span { border-color: #FAC109; }
span { border-color: rgb(250,193,9); }
td.TdClassName
{
border-color: #FAC109;
}
.TagClassName
{
border-color: #FAC109;
}
</style>