Shades of Golden Poppy #FAC60C
Tints of Golden Poppy #FAC60C
RGB
CMYK
RGB Variations
Color information
#FAC60C (or 0xFAC60C) is known color: Golden Poppy. HEX triplet: FA, C6 and 0C. RGB value is (250,198,12). Sum of RGB (Red+Green+Blue) = 250+198+12=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 12 (5.08% from 255 or 2.61% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC60C is #0539F3. Grayscale: #C1C1C1. Windows color (decimal): -342516 or 837370. OLE color: 837370.
HSL color Cylindrical-coordinate representation of color #FAC60C: hue angle of 46.89º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAC60C is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 12 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.02 |
| HSL | 46.89º | 0.96% | 0.51% | - |
| HSV(B) | 46.89º | 0.95% | 0.98% | - |
| XYZ | 59.68 | 60.74 | 8.93 | - |
| YUV | 192.34 | 26.23 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 12 | 0 | 0.21 | 0.95 | 0.02 | 46.89 | 0.96 | 0.51 |
| Hex | FA | C6 | C | 0 | 15 | 5F | 2 | 2F | 60 | 33 |
| Octal | 372 | 306 | 14 | 0 | 25 | 137 | 2 | 57 | 140 | 63 |
| Binary | 11111010 | 11000110 | 1100 | 0 | 10101 | 1011111 | 10 | 101111 | 1100000 | 110011 |
Color Harmonies of #FAC60C
Complementary color
Monochromatic Colors of #FAC60C
Black with #FAC60C
Text Example
Text Example
White with #FAC60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC60C; }
p { color: rgb(250,198,12); }
H1.HeaderClassName
{
color: #FAC60C;
}
.AnyTagClassName
{
color: #FAC60C;
}
</style>
background-color css
<style>
a { background-color: #FAC60C; }
a { background-color: rgb(250,198,12); }
div.DivClassName
{
background-color: #FAC60C;
}
.BgClassName
{
background-color: #FAC60C;
}
</style>
border-color css
<style>
span { border-color: #FAC60C; }
span { border-color: rgb(250,198,12); }
td.TdClassName
{
border-color: #FAC60C;
}
.TagClassName
{
border-color: #FAC60C;
}
</style>