Shades of Golden Poppy #FFC610
Tints of Golden Poppy #FFC610
RGB
CMYK
RGB Variations
Color information
#FFC610 (or 0xFFC610) is known color: Golden Poppy. HEX triplet: FF, C6 and 10. RGB value is (255,198,16). Sum of RGB (Red+Green+Blue) = 255+198+16=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 198 (77.73% from 255 or 42.22% from 469); Blue value is 16 (6.64% from 255 or 3.41% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC610 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC610 is #0039EF. Grayscale: #C3C3C3. Windows color (decimal): -14832 or 1099519. OLE color: 1099519.
HSL color Cylindrical-coordinate representation of color #FFC610: hue angle of 45.69º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFC610 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 16 | - |
| CMYK | 0 | 0.22 | 0.94 | 0 |
| HSL | 45.69º | 1% | 0.53% | - |
| HSV(B) | 45.69º | 0.94% | 1% | - |
| XYZ | 61.53 | 61.69 | 9.15 | - |
| YUV | 194.3 | 27.38 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 16 | 0 | 0.22 | 0.94 | 0 | 45.69 | 1 | 0.53 |
| Hex | FF | C6 | 10 | 0 | 16 | 5E | 0 | 2E | 64 | 35 |
| Octal | 377 | 306 | 20 | 0 | 26 | 136 | 0 | 56 | 144 | 65 |
| Binary | 11111111 | 11000110 | 10000 | 0 | 10110 | 1011110 | 0 | 101110 | 1100100 | 110101 |
Color Harmonies of #FFC610
Complementary color
Monochromatic Colors of #FFC610
Black with #FFC610
Text Example
Text Example
White with #FFC610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC610; }
p { color: rgb(255,198,16); }
H1.HeaderClassName
{
color: #FFC610;
}
.AnyTagClassName
{
color: #FFC610;
}
</style>
background-color css
<style>
a { background-color: #FFC610; }
a { background-color: rgb(255,198,16); }
div.DivClassName
{
background-color: #FFC610;
}
.BgClassName
{
background-color: #FFC610;
}
</style>
border-color css
<style>
span { border-color: #FFC610; }
span { border-color: rgb(255,198,16); }
td.TdClassName
{
border-color: #FFC610;
}
.TagClassName
{
border-color: #FFC610;
}
</style>