Shades of Golden Poppy #FAC007
Tints of Golden Poppy #FAC007
RGB
CMYK
RGB Variations
Color information
#FAC007 (or 0xFAC007) is known color: Golden Poppy. HEX triplet: FA, C0 and 07. RGB value is (250,192,7). Sum of RGB (Red+Green+Blue) = 250+192+7=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 7 (3.12% from 255 or 1.56% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC007 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC007 is #053FF8. Grayscale: #BDBDBD. Windows color (decimal): -344057 or 508154. OLE color: 508154.
HSL color Cylindrical-coordinate representation of color #FAC007: hue angle of 45.68º 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 #FAC007 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 7 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.02 |
| HSL | 45.68º | 0.96% | 0.5% | - |
| HSV(B) | 45.68º | 0.97% | 0.98% | - |
| XYZ | 58.31 | 58.04 | 8.33 | - |
| YUV | 188.25 | 25.72 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 7 | 0 | 0.23 | 0.97 | 0.02 | 45.68 | 0.96 | 0.5 |
| Hex | FA | C0 | 7 | 0 | 17 | 61 | 2 | 2E | 60 | 32 |
| Octal | 372 | 300 | 7 | 0 | 27 | 141 | 2 | 56 | 140 | 62 |
| Binary | 11111010 | 11000000 | 111 | 0 | 10111 | 1100001 | 10 | 101110 | 1100000 | 110010 |
Color Harmonies of #FAC007
Complementary color
Monochromatic Colors of #FAC007
Black with #FAC007
Text Example
Text Example
White with #FAC007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC007; }
p { color: rgb(250,192,7); }
H1.HeaderClassName
{
color: #FAC007;
}
.AnyTagClassName
{
color: #FAC007;
}
</style>
background-color css
<style>
a { background-color: #FAC007; }
a { background-color: rgb(250,192,7); }
div.DivClassName
{
background-color: #FAC007;
}
.BgClassName
{
background-color: #FAC007;
}
</style>
border-color css
<style>
span { border-color: #FAC007; }
span { border-color: rgb(250,192,7); }
td.TdClassName
{
border-color: #FAC007;
}
.TagClassName
{
border-color: #FAC007;
}
</style>