Shades of Golden Poppy #F7C702
Tints of Golden Poppy #F7C702
RGB
CMYK
RGB Variations
Color information
#F7C702 (or 0xF7C702) is known color: Golden Poppy. HEX triplet: F7, C7 and 02. RGB value is (247,199,2). Sum of RGB (Red+Green+Blue) = 247+199+2=448 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.13% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 2 (1.17% from 255 or 0.45% from 448); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7C702 is #0838FD. Grayscale: #BFBFBF. Windows color (decimal): -538878 or 182263. OLE color: 182263.
HSL color Cylindrical-coordinate representation of color #F7C702: hue angle of 48.24º 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 #F7C702 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 199 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.03 |
| HSL | 48.24º | 0.98% | 0.49% | - |
| HSV(B) | 48.24º | 0.99% | 0.97% | - |
| XYZ | 58.79 | 60.63 | 8.66 | - |
| YUV | 190.89 | 21.4 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 199 | 2 | 0 | 0.19 | 0.99 | 0.03 | 48.24 | 0.98 | 0.49 |
| Hex | F7 | C7 | 2 | 0 | 13 | 63 | 3 | 30 | 62 | 31 |
| Octal | 367 | 307 | 2 | 0 | 23 | 143 | 3 | 60 | 142 | 61 |
| Binary | 11110111 | 11000111 | 10 | 0 | 10011 | 1100011 | 11 | 110000 | 1100010 | 110001 |
Color Harmonies of #F7C702
Complementary color
Monochromatic Colors of #F7C702
Black with #F7C702
Text Example
Text Example
White with #F7C702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C702; }
p { color: rgb(247,199,2); }
H1.HeaderClassName
{
color: #F7C702;
}
.AnyTagClassName
{
color: #F7C702;
}
</style>
background-color css
<style>
a { background-color: #F7C702; }
a { background-color: rgb(247,199,2); }
div.DivClassName
{
background-color: #F7C702;
}
.BgClassName
{
background-color: #F7C702;
}
</style>
border-color css
<style>
span { border-color: #F7C702; }
span { border-color: rgb(247,199,2); }
td.TdClassName
{
border-color: #F7C702;
}
.TagClassName
{
border-color: #F7C702;
}
</style>