Shades of Golden Poppy #F6C302
Tints of Golden Poppy #F6C302
RGB
CMYK
RGB Variations
Color information
#F6C302 (or 0xF6C302) is known color: Golden Poppy. HEX triplet: F6, C3 and 02. RGB value is (246,195,2). Sum of RGB (Red+Green+Blue) = 246+195+2=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C302 is #093CFD. Grayscale: #BDBDBD. Windows color (decimal): -605438 or 181238. OLE color: 181238.
HSL color Cylindrical-coordinate representation of color #F6C302: hue angle of 47.46º 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 #F6C302 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.04 |
| HSL | 47.46º | 0.98% | 0.49% | - |
| HSV(B) | 47.46º | 0.99% | 0.96% | - |
| XYZ | 57.53 | 58.63 | 8.34 | - |
| YUV | 188.25 | 22.9 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 2 | 0 | 0.21 | 0.99 | 0.04 | 47.46 | 0.98 | 0.49 |
| Hex | F6 | C3 | 2 | 0 | 15 | 63 | 4 | 2F | 62 | 31 |
| Octal | 366 | 303 | 2 | 0 | 25 | 143 | 4 | 57 | 142 | 61 |
| Binary | 11110110 | 11000011 | 10 | 0 | 10101 | 1100011 | 100 | 101111 | 1100010 | 110001 |
Color Harmonies of #F6C302
Complementary color
Monochromatic Colors of #F6C302
Black with #F6C302
Text Example
Text Example
White with #F6C302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C302; }
p { color: rgb(246,195,2); }
H1.HeaderClassName
{
color: #F6C302;
}
.AnyTagClassName
{
color: #F6C302;
}
</style>
background-color css
<style>
a { background-color: #F6C302; }
a { background-color: rgb(246,195,2); }
div.DivClassName
{
background-color: #F6C302;
}
.BgClassName
{
background-color: #F6C302;
}
</style>
border-color css
<style>
span { border-color: #F6C302; }
span { border-color: rgb(246,195,2); }
td.TdClassName
{
border-color: #F6C302;
}
.TagClassName
{
border-color: #F6C302;
}
</style>