Shades of Golden Poppy #FEC306
Tints of Golden Poppy #FEC306
RGB
CMYK
RGB Variations
Color information
#FEC306 (or 0xFEC306) is known color: Golden Poppy. HEX triplet: FE, C3 and 06. RGB value is (254,195,6). Sum of RGB (Red+Green+Blue) = 254+195+6=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 6 (2.73% from 255 or 1.32% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC306 is #013CF9. Grayscale: #BFBFBF. Windows color (decimal): -81146 or 443390. OLE color: 443390.
HSL color Cylindrical-coordinate representation of color #FEC306: hue angle of 45.73º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEC306 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 6 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.00 |
| HSL | 45.73º | 0.99% | 0.51% | - |
| HSV(B) | 45.73º | 0.98% | 1% | - |
| XYZ | 60.42 | 60.11 | 8.59 | - |
| YUV | 191.1 | 23.55 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 6 | 0 | 0.23 | 0.98 | 0.00 | 45.73 | 0.99 | 0.51 |
| Hex | FE | C3 | 6 | 0 | 17 | 62 | 0 | 2E | 63 | 33 |
| Octal | 376 | 303 | 6 | 0 | 27 | 142 | 0 | 56 | 143 | 63 |
| Binary | 11111110 | 11000011 | 110 | 0 | 10111 | 1100010 | 0 | 101110 | 1100011 | 110011 |
Color Harmonies of #FEC306
Complementary color
Monochromatic Colors of #FEC306
Black with #FEC306
Text Example
Text Example
White with #FEC306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC306; }
p { color: rgb(254,195,6); }
H1.HeaderClassName
{
color: #FEC306;
}
.AnyTagClassName
{
color: #FEC306;
}
</style>
background-color css
<style>
a { background-color: #FEC306; }
a { background-color: rgb(254,195,6); }
div.DivClassName
{
background-color: #FEC306;
}
.BgClassName
{
background-color: #FEC306;
}
</style>
border-color css
<style>
span { border-color: #FEC306; }
span { border-color: rgb(254,195,6); }
td.TdClassName
{
border-color: #FEC306;
}
.TagClassName
{
border-color: #FEC306;
}
</style>