Shades of Golden Poppy #FEC70C
Tints of Golden Poppy #FEC70C
RGB
CMYK
RGB Variations
Color information
#FEC70C (or 0xFEC70C) is known color: Golden Poppy. HEX triplet: FE, C7 and 0C. RGB value is (254,199,12). Sum of RGB (Red+Green+Blue) = 254+199+12=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC70C is #0138F3. Grayscale: #C2C2C2. Windows color (decimal): -80116 or 837630. OLE color: 837630.
HSL color Cylindrical-coordinate representation of color #FEC70C: hue angle of 46.36º 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 #FEC70C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 12 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.00 |
| HSL | 46.36º | 0.99% | 0.52% | - |
| HSV(B) | 46.36º | 0.95% | 1% | - |
| XYZ | 61.36 | 61.94 | 9.07 | - |
| YUV | 194.13 | 25.22 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 12 | 0 | 0.22 | 0.95 | 0.00 | 46.36 | 0.99 | 0.52 |
| Hex | FE | C7 | C | 0 | 16 | 5F | 0 | 2E | 63 | 34 |
| Octal | 376 | 307 | 14 | 0 | 26 | 137 | 0 | 56 | 143 | 64 |
| Binary | 11111110 | 11000111 | 1100 | 0 | 10110 | 1011111 | 0 | 101110 | 1100011 | 110100 |
Color Harmonies of #FEC70C
Complementary color
Monochromatic Colors of #FEC70C
Black with #FEC70C
Text Example
Text Example
White with #FEC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC70C; }
p { color: rgb(254,199,12); }
H1.HeaderClassName
{
color: #FEC70C;
}
.AnyTagClassName
{
color: #FEC70C;
}
</style>
background-color css
<style>
a { background-color: #FEC70C; }
a { background-color: rgb(254,199,12); }
div.DivClassName
{
background-color: #FEC70C;
}
.BgClassName
{
background-color: #FEC70C;
}
</style>
border-color css
<style>
span { border-color: #FEC70C; }
span { border-color: rgb(254,199,12); }
td.TdClassName
{
border-color: #FEC70C;
}
.TagClassName
{
border-color: #FEC70C;
}
</style>