Shades of Golden Poppy #F6C405
Tints of Golden Poppy #F6C405
RGB
CMYK
RGB Variations
Color information
#F6C405 (or 0xF6C405) is known color: Golden Poppy. HEX triplet: F6, C4 and 05. RGB value is (246,196,5). Sum of RGB (Red+Green+Blue) = 246+196+5=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 5 (2.34% from 255 or 1.12% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C405 is #093BFA. Grayscale: #BDBDBD. Windows color (decimal): -605179 or 378102. OLE color: 378102.
HSL color Cylindrical-coordinate representation of color #F6C405: hue angle of 47.55º 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 #F6C405 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 5 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.04 |
| HSL | 47.55º | 0.96% | 0.49% | - |
| HSV(B) | 47.55º | 0.98% | 0.96% | - |
| XYZ | 57.77 | 59.08 | 8.5 | - |
| YUV | 189.18 | 24.07 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 5 | 0 | 0.20 | 0.98 | 0.04 | 47.55 | 0.96 | 0.49 |
| Hex | F6 | C4 | 5 | 0 | 14 | 62 | 4 | 30 | 60 | 31 |
| Octal | 366 | 304 | 5 | 0 | 24 | 142 | 4 | 60 | 140 | 61 |
| Binary | 11110110 | 11000100 | 101 | 0 | 10100 | 1100010 | 100 | 110000 | 1100000 | 110001 |
Color Harmonies of #F6C405
Complementary color
Monochromatic Colors of #F6C405
Black with #F6C405
Text Example
Text Example
White with #F6C405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C405; }
p { color: rgb(246,196,5); }
H1.HeaderClassName
{
color: #F6C405;
}
.AnyTagClassName
{
color: #F6C405;
}
</style>
background-color css
<style>
a { background-color: #F6C405; }
a { background-color: rgb(246,196,5); }
div.DivClassName
{
background-color: #F6C405;
}
.BgClassName
{
background-color: #F6C405;
}
</style>
border-color css
<style>
span { border-color: #F6C405; }
span { border-color: rgb(246,196,5); }
td.TdClassName
{
border-color: #F6C405;
}
.TagClassName
{
border-color: #F6C405;
}
</style>