Shades of Golden Poppy #FEC30C
Tints of Golden Poppy #FEC30C
RGB
CMYK
RGB Variations
Color information
#FEC30C (or 0xFEC30C) is known color: Golden Poppy. HEX triplet: FE, C3 and 0C. RGB value is (254,195,12). Sum of RGB (Red+Green+Blue) = 254+195+12=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 12 (5.08% from 255 or 2.60% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC30C is #013CF3. Grayscale: #C0C0C0. Windows color (decimal): -81140 or 836606. OLE color: 836606.
HSL color Cylindrical-coordinate representation of color #FEC30C: hue angle of 45.37º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEC30C is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 195 | 12 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.00 |
| HSL | 45.37º | 0.99% | 0.52% | - |
| HSV(B) | 45.37º | 0.95% | 1% | - |
| XYZ | 60.45 | 60.13 | 8.77 | - |
| YUV | 191.78 | 26.55 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 195 | 12 | 0 | 0.23 | 0.95 | 0.00 | 45.37 | 0.99 | 0.52 |
| Hex | FE | C3 | C | 0 | 17 | 5F | 0 | 2D | 63 | 34 |
| Octal | 376 | 303 | 14 | 0 | 27 | 137 | 0 | 55 | 143 | 64 |
| Binary | 11111110 | 11000011 | 1100 | 0 | 10111 | 1011111 | 0 | 101101 | 1100011 | 110100 |
Color Harmonies of #FEC30C
Complementary color
Monochromatic Colors of #FEC30C
Black with #FEC30C
Text Example
Text Example
White with #FEC30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC30C; }
p { color: rgb(254,195,12); }
H1.HeaderClassName
{
color: #FEC30C;
}
.AnyTagClassName
{
color: #FEC30C;
}
</style>
background-color css
<style>
a { background-color: #FEC30C; }
a { background-color: rgb(254,195,12); }
div.DivClassName
{
background-color: #FEC30C;
}
.BgClassName
{
background-color: #FEC30C;
}
</style>
border-color css
<style>
span { border-color: #FEC30C; }
span { border-color: rgb(254,195,12); }
td.TdClassName
{
border-color: #FEC30C;
}
.TagClassName
{
border-color: #FEC30C;
}
</style>