Shades of Golden Poppy #F7C601
Tints of Golden Poppy #F7C601
RGB
CMYK
RGB Variations
Color information
#F7C601 (or 0xF7C601) is known color: Golden Poppy. HEX triplet: F7, C6 and 01. RGB value is (247,198,1). Sum of RGB (Red+Green+Blue) = 247+198+1=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 1 (0.78% from 255 or 0.22% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7C601 is #0839FE. Grayscale: #BFBFBF. Windows color (decimal): -539135 or 116471. OLE color: 116471.
HSL color Cylindrical-coordinate representation of color #F7C601: hue angle of 48.05º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F7C601 is Cyan = 0, Magento = 0.20, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 198 | 1 | - |
| CMYK | 0 | 0.20 | 1.00 | 0.03 |
| HSL | 48.05º | 0.99% | 0.49% | - |
| HSV(B) | 48.05º | 1% | 0.97% | - |
| XYZ | 58.56 | 60.16 | 8.56 | - |
| YUV | 190.19 | 21.23 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 198 | 1 | 0 | 0.20 | 1.00 | 0.03 | 48.05 | 0.99 | 0.49 |
| Hex | F7 | C6 | 1 | 0 | 14 | 64 | 3 | 30 | 63 | 31 |
| Octal | 367 | 306 | 1 | 0 | 24 | 144 | 3 | 60 | 143 | 61 |
| Binary | 11110111 | 11000110 | 1 | 0 | 10100 | 1100100 | 11 | 110000 | 1100011 | 110001 |
Color Harmonies of #F7C601
Complementary color
Monochromatic Colors of #F7C601
Black with #F7C601
Text Example
Text Example
White with #F7C601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7C601; }
p { color: rgb(247,198,1); }
H1.HeaderClassName
{
color: #F7C601;
}
.AnyTagClassName
{
color: #F7C601;
}
</style>
background-color css
<style>
a { background-color: #F7C601; }
a { background-color: rgb(247,198,1); }
div.DivClassName
{
background-color: #F7C601;
}
.BgClassName
{
background-color: #F7C601;
}
</style>
border-color css
<style>
span { border-color: #F7C601; }
span { border-color: rgb(247,198,1); }
td.TdClassName
{
border-color: #F7C601;
}
.TagClassName
{
border-color: #F7C601;
}
</style>