Shades of Golden Poppy #FEC60F
Tints of Golden Poppy #FEC60F
RGB
CMYK
RGB Variations
Color information
#FEC60F (or 0xFEC60F) is known color: Golden Poppy. HEX triplet: FE, C6 and 0F. RGB value is (254,198,15). Sum of RGB (Red+Green+Blue) = 254+198+15=467 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.39% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 15 (6.25% from 255 or 3.21% from 467); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC60F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEC60F is #0139F0. Grayscale: #C2C2C2. Windows color (decimal): -80369 or 1033982. OLE color: 1033982.
HSL color Cylindrical-coordinate representation of color #FEC60F: hue angle of 45.94º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEC60F is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 15 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.00 |
| HSL | 45.94º | 0.99% | 0.53% | - |
| HSV(B) | 45.94º | 0.94% | 1% | - |
| XYZ | 61.15 | 61.49 | 9.1 | - |
| YUV | 193.88 | 27.05 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 15 | 0 | 0.22 | 0.94 | 0.00 | 45.94 | 0.99 | 0.53 |
| Hex | FE | C6 | F | 0 | 16 | 5E | 0 | 2E | 63 | 35 |
| Octal | 376 | 306 | 17 | 0 | 26 | 136 | 0 | 56 | 143 | 65 |
| Binary | 11111110 | 11000110 | 1111 | 0 | 10110 | 1011110 | 0 | 101110 | 1100011 | 110101 |
Color Harmonies of #FEC60F
Complementary color
Monochromatic Colors of #FEC60F
Black with #FEC60F
Text Example
Text Example
White with #FEC60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC60F; }
p { color: rgb(254,198,15); }
H1.HeaderClassName
{
color: #FEC60F;
}
.AnyTagClassName
{
color: #FEC60F;
}
</style>
background-color css
<style>
a { background-color: #FEC60F; }
a { background-color: rgb(254,198,15); }
div.DivClassName
{
background-color: #FEC60F;
}
.BgClassName
{
background-color: #FEC60F;
}
</style>
border-color css
<style>
span { border-color: #FEC60F; }
span { border-color: rgb(254,198,15); }
td.TdClassName
{
border-color: #FEC60F;
}
.TagClassName
{
border-color: #FEC60F;
}
</style>