Shades of Golden Poppy #F6C505
Tints of Golden Poppy #F6C505
RGB
CMYK
RGB Variations
Color information
#F6C505 (or 0xF6C505) is known color: Golden Poppy. HEX triplet: F6, C5 and 05. RGB value is (246,197,5). Sum of RGB (Red+Green+Blue) = 246+197+5=448 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.91% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 5 (2.34% from 255 or 1.12% from 448); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C505 is #093AFA. Grayscale: #BEBEBE. Windows color (decimal): -604923 or 378358. OLE color: 378358.
HSL color Cylindrical-coordinate representation of color #F6C505: hue angle of 47.8º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F6C505 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 197 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.04 |
| HSL | 47.8º | 0.96% | 0.49% | - |
| HSV(B) | 47.8º | 0.98% | 0.96% | - |
| XYZ | 58 | 59.54 | 8.58 | - |
| YUV | 189.76 | 23.73 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 197 | 5 | 0 | 0.20 | 0.98 | 0.04 | 47.8 | 0.96 | 0.49 |
| Hex | F6 | C5 | 5 | 0 | 14 | 62 | 4 | 30 | 60 | 31 |
| Octal | 366 | 305 | 5 | 0 | 24 | 142 | 4 | 60 | 140 | 61 |
| Binary | 11110110 | 11000101 | 101 | 0 | 10100 | 1100010 | 100 | 110000 | 1100000 | 110001 |
Color Harmonies of #F6C505
Complementary color
Monochromatic Colors of #F6C505
Black with #F6C505
Text Example
Text Example
White with #F6C505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C505; }
p { color: rgb(246,197,5); }
H1.HeaderClassName
{
color: #F6C505;
}
.AnyTagClassName
{
color: #F6C505;
}
</style>
background-color css
<style>
a { background-color: #F6C505; }
a { background-color: rgb(246,197,5); }
div.DivClassName
{
background-color: #F6C505;
}
.BgClassName
{
background-color: #F6C505;
}
</style>
border-color css
<style>
span { border-color: #F6C505; }
span { border-color: rgb(246,197,5); }
td.TdClassName
{
border-color: #F6C505;
}
.TagClassName
{
border-color: #F6C505;
}
</style>