Shades of Golden Poppy #FAC511
Tints of Golden Poppy #FAC511
RGB
CMYK
RGB Variations
Color information
#FAC511 (or 0xFAC511) is known color: Golden Poppy. HEX triplet: FA, C5 and 11. RGB value is (250,197,17). Sum of RGB (Red+Green+Blue) = 250+197+17=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 17 (7.03% from 255 or 3.66% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC511 is #053AEE. Grayscale: #C1C1C1. Windows color (decimal): -342767 or 1164794. OLE color: 1164794.
HSL color Cylindrical-coordinate representation of color #FAC511: hue angle of 46.35º 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 #FAC511 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 17 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.02 |
| HSL | 46.35º | 0.96% | 0.52% | - |
| HSV(B) | 46.35º | 0.93% | 0.98% | - |
| XYZ | 59.49 | 60.3 | 9.03 | - |
| YUV | 192.33 | 29.06 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 17 | 0 | 0.21 | 0.93 | 0.02 | 46.35 | 0.96 | 0.52 |
| Hex | FA | C5 | 11 | 0 | 15 | 5D | 2 | 2E | 60 | 34 |
| Octal | 372 | 305 | 21 | 0 | 25 | 135 | 2 | 56 | 140 | 64 |
| Binary | 11111010 | 11000101 | 10001 | 0 | 10101 | 1011101 | 10 | 101110 | 1100000 | 110100 |
Color Harmonies of #FAC511
Complementary color
Monochromatic Colors of #FAC511
Black with #FAC511
Text Example
Text Example
White with #FAC511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC511; }
p { color: rgb(250,197,17); }
H1.HeaderClassName
{
color: #FAC511;
}
.AnyTagClassName
{
color: #FAC511;
}
</style>
background-color css
<style>
a { background-color: #FAC511; }
a { background-color: rgb(250,197,17); }
div.DivClassName
{
background-color: #FAC511;
}
.BgClassName
{
background-color: #FAC511;
}
</style>
border-color css
<style>
span { border-color: #FAC511; }
span { border-color: rgb(250,197,17); }
td.TdClassName
{
border-color: #FAC511;
}
.TagClassName
{
border-color: #FAC511;
}
</style>