Shades of Golden Poppy #FAC507
Tints of Golden Poppy #FAC507
RGB
CMYK
RGB Variations
Color information
#FAC507 (or 0xFAC507) is known color: Golden Poppy. HEX triplet: FA, C5 and 07. RGB value is (250,197,7). Sum of RGB (Red+Green+Blue) = 250+197+7=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 7 (3.12% from 255 or 1.54% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC507 is #053AF8. Grayscale: #C0C0C0. Windows color (decimal): -342777 or 509434. OLE color: 509434.
HSL color Cylindrical-coordinate representation of color #FAC507: hue angle of 46.91º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAC507 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 7 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.02 |
| HSL | 46.91º | 0.96% | 0.5% | - |
| HSV(B) | 46.91º | 0.97% | 0.98% | - |
| XYZ | 59.43 | 60.27 | 8.7 | - |
| YUV | 191.19 | 24.06 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 7 | 0 | 0.21 | 0.97 | 0.02 | 46.91 | 0.96 | 0.5 |
| Hex | FA | C5 | 7 | 0 | 15 | 61 | 2 | 2F | 60 | 32 |
| Octal | 372 | 305 | 7 | 0 | 25 | 141 | 2 | 57 | 140 | 62 |
| Binary | 11111010 | 11000101 | 111 | 0 | 10101 | 1100001 | 10 | 101111 | 1100000 | 110010 |
Color Harmonies of #FAC507
Complementary color
Monochromatic Colors of #FAC507
Black with #FAC507
Text Example
Text Example
White with #FAC507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC507; }
p { color: rgb(250,197,7); }
H1.HeaderClassName
{
color: #FAC507;
}
.AnyTagClassName
{
color: #FAC507;
}
</style>
background-color css
<style>
a { background-color: #FAC507; }
a { background-color: rgb(250,197,7); }
div.DivClassName
{
background-color: #FAC507;
}
.BgClassName
{
background-color: #FAC507;
}
</style>
border-color css
<style>
span { border-color: #FAC507; }
span { border-color: rgb(250,197,7); }
td.TdClassName
{
border-color: #FAC507;
}
.TagClassName
{
border-color: #FAC507;
}
</style>