Shades of Golden Poppy #FEC302
Tints of Golden Poppy #FEC302
RGB
CMYK
RGB Variations
Color information
#FEC302 (or 0xFEC302) is known color: Golden Poppy. HEX triplet: FE, C3 and 02. RGB value is (254,195,2). Sum of RGB (Red+Green+Blue) = 254+195+2=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 2 (1.17% from 255 or 0.44% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC302 is #013CFD. Grayscale: #BFBFBF. Windows color (decimal): -81150 or 181246. OLE color: 181246.
HSL color Cylindrical-coordinate representation of color #FEC302: hue angle of 45.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEC302 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.00 |
| HSL | 45.95º | 0.99% | 0.5% | - |
| HSV(B) | 45.95º | 0.99% | 1% | - |
| XYZ | 60.4 | 60.11 | 8.48 | - |
| YUV | 190.64 | 21.55 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 2 | 0 | 0.23 | 0.99 | 0.00 | 45.95 | 0.99 | 0.5 |
| Hex | FE | C3 | 2 | 0 | 17 | 63 | 0 | 2E | 63 | 32 |
| Octal | 376 | 303 | 2 | 0 | 27 | 143 | 0 | 56 | 143 | 62 |
| Binary | 11111110 | 11000011 | 10 | 0 | 10111 | 1100011 | 0 | 101110 | 1100011 | 110010 |
Color Harmonies of #FEC302
Complementary color
Monochromatic Colors of #FEC302
Black with #FEC302
Text Example
Text Example
White with #FEC302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC302; }
p { color: rgb(254,195,2); }
H1.HeaderClassName
{
color: #FEC302;
}
.AnyTagClassName
{
color: #FEC302;
}
</style>
background-color css
<style>
a { background-color: #FEC302; }
a { background-color: rgb(254,195,2); }
div.DivClassName
{
background-color: #FEC302;
}
.BgClassName
{
background-color: #FEC302;
}
</style>
border-color css
<style>
span { border-color: #FEC302; }
span { border-color: rgb(254,195,2); }
td.TdClassName
{
border-color: #FEC302;
}
.TagClassName
{
border-color: #FEC302;
}
</style>