Shades of Golden Poppy #F6C203
Tints of Golden Poppy #F6C203
RGB
CMYK
RGB Variations
Color information
#F6C203 (or 0xF6C203) is known color: Golden Poppy. HEX triplet: F6, C2 and 03. RGB value is (246,194,3). Sum of RGB (Red+Green+Blue) = 246+194+3=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 3 (1.56% from 255 or 0.68% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C203 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C203 is #093DFC. Grayscale: #BCBCBC. Windows color (decimal): -605693 or 246518. OLE color: 246518.
HSL color Cylindrical-coordinate representation of color #F6C203: hue angle of 47.16º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F6C203 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.04 |
| HSL | 47.16º | 0.98% | 0.49% | - |
| HSV(B) | 47.16º | 0.99% | 0.96% | - |
| XYZ | 57.31 | 58.18 | 8.3 | - |
| YUV | 187.77 | 23.73 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 3 | 0 | 0.21 | 0.99 | 0.04 | 47.16 | 0.98 | 0.49 |
| Hex | F6 | C2 | 3 | 0 | 15 | 63 | 4 | 2F | 62 | 31 |
| Octal | 366 | 302 | 3 | 0 | 25 | 143 | 4 | 57 | 142 | 61 |
| Binary | 11110110 | 11000010 | 11 | 0 | 10101 | 1100011 | 100 | 101111 | 1100010 | 110001 |
Color Harmonies of #F6C203
Complementary color
Monochromatic Colors of #F6C203
Black with #F6C203
Text Example
Text Example
White with #F6C203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C203; }
p { color: rgb(246,194,3); }
H1.HeaderClassName
{
color: #F6C203;
}
.AnyTagClassName
{
color: #F6C203;
}
</style>
background-color css
<style>
a { background-color: #F6C203; }
a { background-color: rgb(246,194,3); }
div.DivClassName
{
background-color: #F6C203;
}
.BgClassName
{
background-color: #F6C203;
}
</style>
border-color css
<style>
span { border-color: #F6C203; }
span { border-color: rgb(246,194,3); }
td.TdClassName
{
border-color: #F6C203;
}
.TagClassName
{
border-color: #F6C203;
}
</style>