Shades of Golden Poppy #F7C405
Tints of Golden Poppy #F7C405
RGB
CMYK
RGB Variations
Color information
#F7C405 (or 0xF7C405) is known color: Golden Poppy. HEX triplet: F7, C4 and 05. RGB value is (247,196,5). Sum of RGB (Red+Green+Blue) = 247+196+5=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7C405 is #083BFA. Grayscale: #BEBEBE. Windows color (decimal): -539643 or 378103. OLE color: 378103.
HSL color Cylindrical-coordinate representation of color #F7C405: hue angle of 47.36º 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 #F7C405 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 196 | 5 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.03 |
| HSL | 47.36º | 0.96% | 0.49% | - |
| HSV(B) | 47.36º | 0.98% | 0.97% | - |
| XYZ | 58.13 | 59.26 | 8.52 | - |
| YUV | 189.48 | 23.9 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 196 | 5 | 0 | 0.21 | 0.98 | 0.03 | 47.36 | 0.96 | 0.49 |
| Hex | F7 | C4 | 5 | 0 | 15 | 62 | 3 | 2F | 60 | 31 |
| Octal | 367 | 304 | 5 | 0 | 25 | 142 | 3 | 57 | 140 | 61 |
| Binary | 11110111 | 11000100 | 101 | 0 | 10101 | 1100010 | 11 | 101111 | 1100000 | 110001 |
Color Harmonies of #F7C405
Complementary color
Monochromatic Colors of #F7C405
Black with #F7C405
Text Example
Text Example
White with #F7C405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C405; }
p { color: rgb(247,196,5); }
H1.HeaderClassName
{
color: #F7C405;
}
.AnyTagClassName
{
color: #F7C405;
}
</style>
background-color css
<style>
a { background-color: #F7C405; }
a { background-color: rgb(247,196,5); }
div.DivClassName
{
background-color: #F7C405;
}
.BgClassName
{
background-color: #F7C405;
}
</style>
border-color css
<style>
span { border-color: #F7C405; }
span { border-color: rgb(247,196,5); }
td.TdClassName
{
border-color: #F7C405;
}
.TagClassName
{
border-color: #F7C405;
}
</style>