Shades of Golden Poppy #FFC601
Tints of Golden Poppy #FFC601
RGB
CMYK
RGB Variations
Color information
#FFC601 (or 0xFFC601) is known color: Golden Poppy. HEX triplet: FF, C6 and 01. RGB value is (255,198,1). Sum of RGB (Red+Green+Blue) = 255+198+1=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 1 (0.78% from 255 or 0.22% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC601 is #0039FE. Grayscale: #C1C1C1. Windows color (decimal): -14847 or 116479. OLE color: 116479.
HSL color Cylindrical-coordinate representation of color #FFC601: hue angle of 46.54º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFC601 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0 |
| HSL | 46.54º | 1% | 0.5% | - |
| HSV(B) | 46.54º | 1% | 1% | - |
| XYZ | 61.44 | 61.65 | 8.69 | - |
| YUV | 192.59 | 19.88 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 1 | 0 | 0.22 | 1.00 | 0 | 46.54 | 1 | 0.5 |
| Hex | FF | C6 | 1 | 0 | 16 | 64 | 0 | 2F | 64 | 32 |
| Octal | 377 | 306 | 1 | 0 | 26 | 144 | 0 | 57 | 144 | 62 |
| Binary | 11111111 | 11000110 | 1 | 0 | 10110 | 1100100 | 0 | 101111 | 1100100 | 110010 |
Color Harmonies of #FFC601
Complementary color
Monochromatic Colors of #FFC601
Black with #FFC601
Text Example
Text Example
White with #FFC601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC601; }
p { color: rgb(255,198,1); }
H1.HeaderClassName
{
color: #FFC601;
}
.AnyTagClassName
{
color: #FFC601;
}
</style>
background-color css
<style>
a { background-color: #FFC601; }
a { background-color: rgb(255,198,1); }
div.DivClassName
{
background-color: #FFC601;
}
.BgClassName
{
background-color: #FFC601;
}
</style>
border-color css
<style>
span { border-color: #FFC601; }
span { border-color: rgb(255,198,1); }
td.TdClassName
{
border-color: #FFC601;
}
.TagClassName
{
border-color: #FFC601;
}
</style>