Shades of Golden Poppy #FFC50A
Tints of Golden Poppy #FFC50A
RGB
CMYK
RGB Variations
Color information
#FFC50A (or 0xFFC50A) is known color: Golden Poppy. HEX triplet: FF, C5 and 0A. RGB value is (255,197,10). Sum of RGB (Red+Green+Blue) = 255+197+10=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 10 (4.30% from 255 or 2.16% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC50A is #003AF5. Grayscale: #C1C1C1. Windows color (decimal): -15094 or 706047. OLE color: 706047.
HSL color Cylindrical-coordinate representation of color #FFC50A: hue angle of 45.8º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFC50A is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 10 | - |
| CMYK | 0 | 0.23 | 0.96 | 0 |
| HSL | 45.8º | 1% | 0.52% | - |
| HSV(B) | 45.8º | 0.96% | 1% | - |
| XYZ | 61.26 | 61.21 | 8.87 | - |
| YUV | 193.02 | 24.72 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 10 | 0 | 0.23 | 0.96 | 0 | 45.8 | 1 | 0.52 |
| Hex | FF | C5 | A | 0 | 17 | 60 | 0 | 2E | 64 | 34 |
| Octal | 377 | 305 | 12 | 0 | 27 | 140 | 0 | 56 | 144 | 64 |
| Binary | 11111111 | 11000101 | 1010 | 0 | 10111 | 1100000 | 0 | 101110 | 1100100 | 110100 |
Color Harmonies of #FFC50A
Complementary color
Monochromatic Colors of #FFC50A
Black with #FFC50A
Text Example
Text Example
White with #FFC50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC50A; }
p { color: rgb(255,197,10); }
H1.HeaderClassName
{
color: #FFC50A;
}
.AnyTagClassName
{
color: #FFC50A;
}
</style>
background-color css
<style>
a { background-color: #FFC50A; }
a { background-color: rgb(255,197,10); }
div.DivClassName
{
background-color: #FFC50A;
}
.BgClassName
{
background-color: #FFC50A;
}
</style>
border-color css
<style>
span { border-color: #FFC50A; }
span { border-color: rgb(255,197,10); }
td.TdClassName
{
border-color: #FFC50A;
}
.TagClassName
{
border-color: #FFC50A;
}
</style>