Shades of Golden Poppy #F7C505
Tints of Golden Poppy #F7C505
RGB
CMYK
RGB Variations
Color information
#F7C505 (or 0xF7C505) is known color: Golden Poppy. HEX triplet: F7, C5 and 05. RGB value is (247,197,5). Sum of RGB (Red+Green+Blue) = 247+197+5=449 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.01% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 5 (2.34% from 255 or 1.11% from 449); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7C505 is #083AFA. Grayscale: #BEBEBE. Windows color (decimal): -539387 or 378359. OLE color: 378359.
HSL color Cylindrical-coordinate representation of color #F7C505: hue angle of 47.6º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F7C505 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 197 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.03 |
| HSL | 47.6º | 0.96% | 0.49% | - |
| HSV(B) | 47.6º | 0.98% | 0.97% | - |
| XYZ | 58.35 | 59.72 | 8.59 | - |
| YUV | 190.06 | 23.57 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 197 | 5 | 0 | 0.20 | 0.98 | 0.03 | 47.6 | 0.96 | 0.49 |
| Hex | F7 | C5 | 5 | 0 | 14 | 62 | 3 | 30 | 60 | 31 |
| Octal | 367 | 305 | 5 | 0 | 24 | 142 | 3 | 60 | 140 | 61 |
| Binary | 11110111 | 11000101 | 101 | 0 | 10100 | 1100010 | 11 | 110000 | 1100000 | 110001 |
Color Harmonies of #F7C505
Complementary color
Monochromatic Colors of #F7C505
Black with #F7C505
Text Example
Text Example
White with #F7C505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C505; }
p { color: rgb(247,197,5); }
H1.HeaderClassName
{
color: #F7C505;
}
.AnyTagClassName
{
color: #F7C505;
}
</style>
background-color css
<style>
a { background-color: #F7C505; }
a { background-color: rgb(247,197,5); }
div.DivClassName
{
background-color: #F7C505;
}
.BgClassName
{
background-color: #F7C505;
}
</style>
border-color css
<style>
span { border-color: #F7C505; }
span { border-color: rgb(247,197,5); }
td.TdClassName
{
border-color: #F7C505;
}
.TagClassName
{
border-color: #F7C505;
}
</style>