Shades of Golden Poppy #F6C202
Tints of Golden Poppy #F6C202
RGB
CMYK
RGB Variations
Color information
#F6C202 (or 0xF6C202) is known color: Golden Poppy. HEX triplet: F6, C2 and 02. RGB value is (246,194,2). Sum of RGB (Red+Green+Blue) = 246+194+2=442 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.66% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 2 (1.17% from 255 or 0.45% from 442); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C202 is #093DFD. Grayscale: #BCBCBC. Windows color (decimal): -605694 or 180982. OLE color: 180982.
HSL color Cylindrical-coordinate representation of color #F6C202: hue angle of 47.21º 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 #F6C202 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 194 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.04 |
| HSL | 47.21º | 0.98% | 0.49% | - |
| HSV(B) | 47.21º | 0.99% | 0.96% | - |
| XYZ | 57.31 | 58.18 | 8.27 | - |
| YUV | 187.66 | 23.23 | 169.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 194 | 2 | 0 | 0.21 | 0.99 | 0.04 | 47.21 | 0.98 | 0.49 |
| Hex | F6 | C2 | 2 | 0 | 15 | 63 | 4 | 2F | 62 | 31 |
| Octal | 366 | 302 | 2 | 0 | 25 | 143 | 4 | 57 | 142 | 61 |
| Binary | 11110110 | 11000010 | 10 | 0 | 10101 | 1100011 | 100 | 101111 | 1100010 | 110001 |
Color Harmonies of #F6C202
Complementary color
Monochromatic Colors of #F6C202
Black with #F6C202
Text Example
Text Example
White with #F6C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C202; }
p { color: rgb(246,194,2); }
H1.HeaderClassName
{
color: #F6C202;
}
.AnyTagClassName
{
color: #F6C202;
}
</style>
background-color css
<style>
a { background-color: #F6C202; }
a { background-color: rgb(246,194,2); }
div.DivClassName
{
background-color: #F6C202;
}
.BgClassName
{
background-color: #F6C202;
}
</style>
border-color css
<style>
span { border-color: #F6C202; }
span { border-color: rgb(246,194,2); }
td.TdClassName
{
border-color: #F6C202;
}
.TagClassName
{
border-color: #F6C202;
}
</style>