Shades of Golden Poppy #FAC811
Tints of Golden Poppy #FAC811
RGB
CMYK
RGB Variations
Color information
#FAC811 (or 0xFAC811) is known color: Golden Poppy. HEX triplet: FA, C8 and 11. RGB value is (250,200,17). Sum of RGB (Red+Green+Blue) = 250+200+17=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 17 (7.03% from 255 or 3.64% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC811 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC811 is #0537EE. Grayscale: #C2C2C2. Windows color (decimal): -341999 or 1165562. OLE color: 1165562.
HSL color Cylindrical-coordinate representation of color #FAC811: hue angle of 47.12º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAC811 is Cyan = 0, Magento = 0.2, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 200 | 17 | - |
| CMYK | 0 | 0.2 | 0.93 | 0.02 |
| HSL | 47.12º | 0.96% | 0.52% | - |
| HSV(B) | 47.12º | 0.93% | 0.98% | - |
| XYZ | 60.18 | 61.67 | 9.26 | - |
| YUV | 194.09 | 28.07 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 200 | 17 | 0 | 0.2 | 0.93 | 0.02 | 47.12 | 0.96 | 0.52 |
| Hex | FA | C8 | 11 | 0 | 14 | 5D | 2 | 2F | 60 | 34 |
| Octal | 372 | 310 | 21 | 0 | 24 | 135 | 2 | 57 | 140 | 64 |
| Binary | 11111010 | 11001000 | 10001 | 0 | 10100 | 1011101 | 10 | 101111 | 1100000 | 110100 |
Color Harmonies of #FAC811
Complementary color
Monochromatic Colors of #FAC811
Black with #FAC811
Text Example
Text Example
White with #FAC811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC811; }
p { color: rgb(250,200,17); }
H1.HeaderClassName
{
color: #FAC811;
}
.AnyTagClassName
{
color: #FAC811;
}
</style>
background-color css
<style>
a { background-color: #FAC811; }
a { background-color: rgb(250,200,17); }
div.DivClassName
{
background-color: #FAC811;
}
.BgClassName
{
background-color: #FAC811;
}
</style>
border-color css
<style>
span { border-color: #FAC811; }
span { border-color: rgb(250,200,17); }
td.TdClassName
{
border-color: #FAC811;
}
.TagClassName
{
border-color: #FAC811;
}
</style>