Shades of Golden Poppy #F7C402
Tints of Golden Poppy #F7C402
RGB
CMYK
RGB Variations
Color information
#F7C402 (or 0xF7C402) is known color: Golden Poppy. HEX triplet: F7, C4 and 02. RGB value is (247,196,2). Sum of RGB (Red+Green+Blue) = 247+196+2=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7C402 is #083BFD. Grayscale: #BDBDBD. Windows color (decimal): -539646 or 181495. OLE color: 181495.
HSL color Cylindrical-coordinate representation of color #F7C402: hue angle of 47.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7C402 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 196 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.03 |
| HSL | 47.51º | 0.98% | 0.49% | - |
| HSV(B) | 47.51º | 0.99% | 0.97% | - |
| XYZ | 58.11 | 59.26 | 8.43 | - |
| YUV | 189.13 | 22.4 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 196 | 2 | 0 | 0.21 | 0.99 | 0.03 | 47.51 | 0.98 | 0.49 |
| Hex | F7 | C4 | 2 | 0 | 15 | 63 | 3 | 30 | 62 | 31 |
| Octal | 367 | 304 | 2 | 0 | 25 | 143 | 3 | 60 | 142 | 61 |
| Binary | 11110111 | 11000100 | 10 | 0 | 10101 | 1100011 | 11 | 110000 | 1100010 | 110001 |
Color Harmonies of #F7C402
Complementary color
Monochromatic Colors of #F7C402
Black with #F7C402
Text Example
Text Example
White with #F7C402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C402; }
p { color: rgb(247,196,2); }
H1.HeaderClassName
{
color: #F7C402;
}
.AnyTagClassName
{
color: #F7C402;
}
</style>
background-color css
<style>
a { background-color: #F7C402; }
a { background-color: rgb(247,196,2); }
div.DivClassName
{
background-color: #F7C402;
}
.BgClassName
{
background-color: #F7C402;
}
</style>
border-color css
<style>
span { border-color: #F7C402; }
span { border-color: rgb(247,196,2); }
td.TdClassName
{
border-color: #F7C402;
}
.TagClassName
{
border-color: #F7C402;
}
</style>