Shades of Golden Poppy #F1C107
Tints of Golden Poppy #F1C107
RGB
CMYK
RGB Variations
Color information
#F1C107 (or 0xF1C107) is known color: Golden Poppy. HEX triplet: F1, C1 and 07. RGB value is (241,193,7). Sum of RGB (Red+Green+Blue) = 241+193+7=441 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.65% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 7 (3.12% from 255 or 1.59% from 441); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C107 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1C107 is #0E3EF8. Grayscale: #BABABA. Windows color (decimal): -933625 or 508401. OLE color: 508401.
HSL color Cylindrical-coordinate representation of color #F1C107: hue angle of 47.69º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1C107 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 193 | 7 | - |
| CMYK | 0 | 0.20 | 0.97 | 0.05 |
| HSL | 47.69º | 0.94% | 0.49% | - |
| HSV(B) | 47.69º | 0.97% | 0.95% | - |
| XYZ | 55.38 | 56.86 | 8.26 | - |
| YUV | 186.15 | 26.9 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 193 | 7 | 0 | 0.20 | 0.97 | 0.05 | 47.69 | 0.94 | 0.49 |
| Hex | F1 | C1 | 7 | 0 | 14 | 61 | 5 | 30 | 5E | 31 |
| Octal | 361 | 301 | 7 | 0 | 24 | 141 | 5 | 60 | 136 | 61 |
| Binary | 11110001 | 11000001 | 111 | 0 | 10100 | 1100001 | 101 | 110000 | 1011110 | 110001 |
Color Harmonies of #F1C107
Complementary color
Monochromatic Colors of #F1C107
Black with #F1C107
Text Example
Text Example
White with #F1C107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C107; }
p { color: rgb(241,193,7); }
H1.HeaderClassName
{
color: #F1C107;
}
.AnyTagClassName
{
color: #F1C107;
}
</style>
background-color css
<style>
a { background-color: #F1C107; }
a { background-color: rgb(241,193,7); }
div.DivClassName
{
background-color: #F1C107;
}
.BgClassName
{
background-color: #F1C107;
}
</style>
border-color css
<style>
span { border-color: #F1C107; }
span { border-color: rgb(241,193,7); }
td.TdClassName
{
border-color: #F1C107;
}
.TagClassName
{
border-color: #F1C107;
}
</style>