Shades of Golden Poppy #FAC70C
Tints of Golden Poppy #FAC70C
RGB
CMYK
RGB Variations
Color information
#FAC70C (or 0xFAC70C) is known color: Golden Poppy. HEX triplet: FA, C7 and 0C. RGB value is (250,199,12). Sum of RGB (Red+Green+Blue) = 250+199+12=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 12 (5.08% from 255 or 2.60% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC70C is #0538F3. Grayscale: #C1C1C1. Windows color (decimal): -342260 or 837626. OLE color: 837626.
HSL color Cylindrical-coordinate representation of color #FAC70C: hue angle of 47.14º 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 #FAC70C is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 12 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.02 |
| HSL | 47.14º | 0.96% | 0.51% | - |
| HSV(B) | 47.14º | 0.95% | 0.98% | - |
| XYZ | 59.91 | 61.2 | 9 | - |
| YUV | 192.93 | 25.9 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 12 | 0 | 0.20 | 0.95 | 0.02 | 47.14 | 0.96 | 0.51 |
| Hex | FA | C7 | C | 0 | 14 | 5F | 2 | 2F | 60 | 33 |
| Octal | 372 | 307 | 14 | 0 | 24 | 137 | 2 | 57 | 140 | 63 |
| Binary | 11111010 | 11000111 | 1100 | 0 | 10100 | 1011111 | 10 | 101111 | 1100000 | 110011 |
Color Harmonies of #FAC70C
Complementary color
Monochromatic Colors of #FAC70C
Black with #FAC70C
Text Example
Text Example
White with #FAC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC70C; }
p { color: rgb(250,199,12); }
H1.HeaderClassName
{
color: #FAC70C;
}
.AnyTagClassName
{
color: #FAC70C;
}
</style>
background-color css
<style>
a { background-color: #FAC70C; }
a { background-color: rgb(250,199,12); }
div.DivClassName
{
background-color: #FAC70C;
}
.BgClassName
{
background-color: #FAC70C;
}
</style>
border-color css
<style>
span { border-color: #FAC70C; }
span { border-color: rgb(250,199,12); }
td.TdClassName
{
border-color: #FAC70C;
}
.TagClassName
{
border-color: #FAC70C;
}
</style>