Shades of Golden Poppy #FAC211
Tints of Golden Poppy #FAC211
RGB
CMYK
RGB Variations
Color information
#FAC211 (or 0xFAC211) is known color: Golden Poppy. HEX triplet: FA, C2 and 11. RGB value is (250,194,17). Sum of RGB (Red+Green+Blue) = 250+194+17=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC211 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC211 is #053DEE. Grayscale: #BFBFBF. Windows color (decimal): -343535 or 1164026. OLE color: 1164026.
HSL color Cylindrical-coordinate representation of color #FAC211: hue angle of 45.58º 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 #FAC211 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 17 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.02 |
| HSL | 45.58º | 0.96% | 0.52% | - |
| HSV(B) | 45.58º | 0.93% | 0.98% | - |
| XYZ | 58.82 | 58.95 | 8.81 | - |
| YUV | 190.57 | 30.05 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 17 | 0 | 0.22 | 0.93 | 0.02 | 45.58 | 0.96 | 0.52 |
| Hex | FA | C2 | 11 | 0 | 16 | 5D | 2 | 2E | 60 | 34 |
| Octal | 372 | 302 | 21 | 0 | 26 | 135 | 2 | 56 | 140 | 64 |
| Binary | 11111010 | 11000010 | 10001 | 0 | 10110 | 1011101 | 10 | 101110 | 1100000 | 110100 |
Color Harmonies of #FAC211
Complementary color
Monochromatic Colors of #FAC211
Black with #FAC211
Text Example
Text Example
White with #FAC211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC211; }
p { color: rgb(250,194,17); }
H1.HeaderClassName
{
color: #FAC211;
}
.AnyTagClassName
{
color: #FAC211;
}
</style>
background-color css
<style>
a { background-color: #FAC211; }
a { background-color: rgb(250,194,17); }
div.DivClassName
{
background-color: #FAC211;
}
.BgClassName
{
background-color: #FAC211;
}
</style>
border-color css
<style>
span { border-color: #FAC211; }
span { border-color: rgb(250,194,17); }
td.TdClassName
{
border-color: #FAC211;
}
.TagClassName
{
border-color: #FAC211;
}
</style>