Shades of Golden Poppy #FFC60A
Tints of Golden Poppy #FFC60A
RGB
CMYK
RGB Variations
Color information
#FFC60A (or 0xFFC60A) is known color: Golden Poppy. HEX triplet: FF, C6 and 0A. RGB value is (255,198,10). Sum of RGB (Red+Green+Blue) = 255+198+10=463 (61% of max value = 765). Red value is 255 (100% from 255 or 55.08% from 463); Green value is 198 (77.73% from 255 or 42.76% from 463); Blue value is 10 (4.30% from 255 or 2.16% from 463); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC60A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC60A is #0039F5. Grayscale: #C2C2C2. Windows color (decimal): -14838 or 706303. OLE color: 706303.
HSL color Cylindrical-coordinate representation of color #FFC60A: hue angle of 46.04º 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 #FFC60A is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 10 | - |
| CMYK | 0 | 0.22 | 0.96 | 0 |
| HSL | 46.04º | 1% | 0.52% | - |
| HSV(B) | 46.04º | 0.96% | 1% | - |
| XYZ | 61.49 | 61.67 | 8.95 | - |
| YUV | 193.61 | 24.38 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 10 | 0 | 0.22 | 0.96 | 0 | 46.04 | 1 | 0.52 |
| Hex | FF | C6 | A | 0 | 16 | 60 | 0 | 2E | 64 | 34 |
| Octal | 377 | 306 | 12 | 0 | 26 | 140 | 0 | 56 | 144 | 64 |
| Binary | 11111111 | 11000110 | 1010 | 0 | 10110 | 1100000 | 0 | 101110 | 1100100 | 110100 |
Color Harmonies of #FFC60A
Complementary color
Monochromatic Colors of #FFC60A
Black with #FFC60A
Text Example
Text Example
White with #FFC60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC60A; }
p { color: rgb(255,198,10); }
H1.HeaderClassName
{
color: #FFC60A;
}
.AnyTagClassName
{
color: #FFC60A;
}
</style>
background-color css
<style>
a { background-color: #FFC60A; }
a { background-color: rgb(255,198,10); }
div.DivClassName
{
background-color: #FFC60A;
}
.BgClassName
{
background-color: #FFC60A;
}
</style>
border-color css
<style>
span { border-color: #FFC60A; }
span { border-color: rgb(255,198,10); }
td.TdClassName
{
border-color: #FFC60A;
}
.TagClassName
{
border-color: #FFC60A;
}
</style>