Shades of Golden Poppy #FFC506
Tints of Golden Poppy #FFC506
RGB
CMYK
RGB Variations
Color information
#FFC506 (or 0xFFC506) is known color: Golden Poppy. HEX triplet: FF, C5 and 06. RGB value is (255,197,6). Sum of RGB (Red+Green+Blue) = 255+197+6=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 6 (2.73% from 255 or 1.31% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC506 is #003AF9. Grayscale: #C1C1C1. Windows color (decimal): -15098 or 443903. OLE color: 443903.
HSL color Cylindrical-coordinate representation of color #FFC506: hue angle of 46.02º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFC506 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 6 | - |
| CMYK | 0 | 0.23 | 0.98 | 0 |
| HSL | 46.02º | 1% | 0.51% | - |
| HSV(B) | 46.02º | 0.98% | 1% | - |
| XYZ | 61.24 | 61.21 | 8.76 | - |
| YUV | 192.57 | 22.72 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 6 | 0 | 0.23 | 0.98 | 0 | 46.02 | 1 | 0.51 |
| Hex | FF | C5 | 6 | 0 | 17 | 62 | 0 | 2E | 64 | 33 |
| Octal | 377 | 305 | 6 | 0 | 27 | 142 | 0 | 56 | 144 | 63 |
| Binary | 11111111 | 11000101 | 110 | 0 | 10111 | 1100010 | 0 | 101110 | 1100100 | 110011 |
Color Harmonies of #FFC506
Complementary color
Monochromatic Colors of #FFC506
Black with #FFC506
Text Example
Text Example
White with #FFC506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC506; }
p { color: rgb(255,197,6); }
H1.HeaderClassName
{
color: #FFC506;
}
.AnyTagClassName
{
color: #FFC506;
}
</style>
background-color css
<style>
a { background-color: #FFC506; }
a { background-color: rgb(255,197,6); }
div.DivClassName
{
background-color: #FFC506;
}
.BgClassName
{
background-color: #FFC506;
}
</style>
border-color css
<style>
span { border-color: #FFC506; }
span { border-color: rgb(255,197,6); }
td.TdClassName
{
border-color: #FFC506;
}
.TagClassName
{
border-color: #FFC506;
}
</style>