Shades of Golden Poppy #FAC207
Tints of Golden Poppy #FAC207
RGB
CMYK
RGB Variations
Color information
#FAC207 (or 0xFAC207) is known color: Golden Poppy. HEX triplet: FA, C2 and 07. RGB value is (250,194,7). Sum of RGB (Red+Green+Blue) = 250+194+7=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 7 (3.12% from 255 or 1.55% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC207 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC207 is #053DF8. Grayscale: #BEBEBE. Windows color (decimal): -343545 or 508666. OLE color: 508666.
HSL color Cylindrical-coordinate representation of color #FAC207: hue angle of 46.17º 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 #FAC207 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 7 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.02 |
| HSL | 46.17º | 0.96% | 0.5% | - |
| HSV(B) | 46.17º | 0.97% | 0.98% | - |
| XYZ | 58.75 | 58.92 | 8.48 | - |
| YUV | 189.43 | 25.05 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 7 | 0 | 0.22 | 0.97 | 0.02 | 46.17 | 0.96 | 0.5 |
| Hex | FA | C2 | 7 | 0 | 16 | 61 | 2 | 2E | 60 | 32 |
| Octal | 372 | 302 | 7 | 0 | 26 | 141 | 2 | 56 | 140 | 62 |
| Binary | 11111010 | 11000010 | 111 | 0 | 10110 | 1100001 | 10 | 101110 | 1100000 | 110010 |
Color Harmonies of #FAC207
Complementary color
Monochromatic Colors of #FAC207
Black with #FAC207
Text Example
Text Example
White with #FAC207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC207; }
p { color: rgb(250,194,7); }
H1.HeaderClassName
{
color: #FAC207;
}
.AnyTagClassName
{
color: #FAC207;
}
</style>
background-color css
<style>
a { background-color: #FAC207; }
a { background-color: rgb(250,194,7); }
div.DivClassName
{
background-color: #FAC207;
}
.BgClassName
{
background-color: #FAC207;
}
</style>
border-color css
<style>
span { border-color: #FAC207; }
span { border-color: rgb(250,194,7); }
td.TdClassName
{
border-color: #FAC207;
}
.TagClassName
{
border-color: #FAC207;
}
</style>