Shades of Golden Poppy #FEC60D
Tints of Golden Poppy #FEC60D
RGB
CMYK
RGB Variations
Color information
#FEC60D (or 0xFEC60D) is known color: Golden Poppy. HEX triplet: FE, C6 and 0D. RGB value is (254,198,13). Sum of RGB (Red+Green+Blue) = 254+198+13=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 13 (5.47% from 255 or 2.80% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC60D is #0139F2. Grayscale: #C2C2C2. Windows color (decimal): -80371 or 902910. OLE color: 902910.
HSL color Cylindrical-coordinate representation of color #FEC60D: hue angle of 46.06º 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 #FEC60D is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 13 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.00 |
| HSL | 46.06º | 0.99% | 0.52% | - |
| HSV(B) | 46.06º | 0.95% | 1% | - |
| XYZ | 61.14 | 61.49 | 9.03 | - |
| YUV | 193.65 | 26.05 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 13 | 0 | 0.22 | 0.95 | 0.00 | 46.06 | 0.99 | 0.52 |
| Hex | FE | C6 | D | 0 | 16 | 5F | 0 | 2E | 63 | 34 |
| Octal | 376 | 306 | 15 | 0 | 26 | 137 | 0 | 56 | 143 | 64 |
| Binary | 11111110 | 11000110 | 1101 | 0 | 10110 | 1011111 | 0 | 101110 | 1100011 | 110100 |
Color Harmonies of #FEC60D
Complementary color
Monochromatic Colors of #FEC60D
Black with #FEC60D
Text Example
Text Example
White with #FEC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC60D; }
p { color: rgb(254,198,13); }
H1.HeaderClassName
{
color: #FEC60D;
}
.AnyTagClassName
{
color: #FEC60D;
}
</style>
background-color css
<style>
a { background-color: #FEC60D; }
a { background-color: rgb(254,198,13); }
div.DivClassName
{
background-color: #FEC60D;
}
.BgClassName
{
background-color: #FEC60D;
}
</style>
border-color css
<style>
span { border-color: #FEC60D; }
span { border-color: rgb(254,198,13); }
td.TdClassName
{
border-color: #FEC60D;
}
.TagClassName
{
border-color: #FEC60D;
}
</style>