Shades of Golden Poppy #F7C70E
Tints of Golden Poppy #F7C70E
RGB
CMYK
RGB Variations
Color information
#F7C70E (or 0xF7C70E) is known color: Golden Poppy. HEX triplet: F7, C7 and 0E. RGB value is (247,199,14). Sum of RGB (Red+Green+Blue) = 247+199+14=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 14 (5.86% from 255 or 3.04% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C70E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7C70E is #0838F1. Grayscale: #C1C1C1. Windows color (decimal): -538866 or 968695. OLE color: 968695.
HSL color Cylindrical-coordinate representation of color #F7C70E: hue angle of 47.64º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7C70E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 199 | 14 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.03 |
| HSL | 47.64º | 0.94% | 0.51% | - |
| HSV(B) | 47.64º | 0.94% | 0.97% | - |
| XYZ | 58.86 | 60.65 | 9.02 | - |
| YUV | 192.26 | 27.4 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 199 | 14 | 0 | 0.19 | 0.94 | 0.03 | 47.64 | 0.94 | 0.51 |
| Hex | F7 | C7 | E | 0 | 13 | 5E | 3 | 30 | 5E | 33 |
| Octal | 367 | 307 | 16 | 0 | 23 | 136 | 3 | 60 | 136 | 63 |
| Binary | 11110111 | 11000111 | 1110 | 0 | 10011 | 1011110 | 11 | 110000 | 1011110 | 110011 |
Color Harmonies of #F7C70E
Complementary color
Monochromatic Colors of #F7C70E
Black with #F7C70E
Text Example
Text Example
White with #F7C70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C70E; }
p { color: rgb(247,199,14); }
H1.HeaderClassName
{
color: #F7C70E;
}
.AnyTagClassName
{
color: #F7C70E;
}
</style>
background-color css
<style>
a { background-color: #F7C70E; }
a { background-color: rgb(247,199,14); }
div.DivClassName
{
background-color: #F7C70E;
}
.BgClassName
{
background-color: #F7C70E;
}
</style>
border-color css
<style>
span { border-color: #F7C70E; }
span { border-color: rgb(247,199,14); }
td.TdClassName
{
border-color: #F7C70E;
}
.TagClassName
{
border-color: #F7C70E;
}
</style>