Shades of Golden Poppy #FFC401
Tints of Golden Poppy #FFC401
RGB
CMYK
RGB Variations
Color information
#FFC401 (or 0xFFC401) is known color: Golden Poppy. HEX triplet: FF, C4 and 01. RGB value is (255,196,1). Sum of RGB (Red+Green+Blue) = 255+196+1=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 1 (0.78% from 255 or 0.22% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC401 is #003BFE. Grayscale: #C0C0C0. Windows color (decimal): -15359 or 115967. OLE color: 115967.
HSL color Cylindrical-coordinate representation of color #FFC401: hue angle of 46.06º 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 #FFC401 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 1 | - |
| CMYK | 0 | 0.23 | 1.00 | 0 |
| HSL | 46.06º | 1% | 0.5% | - |
| HSV(B) | 46.06º | 1% | 1% | - |
| XYZ | 60.99 | 60.74 | 8.54 | - |
| YUV | 191.41 | 20.55 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 1 | 0 | 0.23 | 1.00 | 0 | 46.06 | 1 | 0.5 |
| Hex | FF | C4 | 1 | 0 | 17 | 64 | 0 | 2E | 64 | 32 |
| Octal | 377 | 304 | 1 | 0 | 27 | 144 | 0 | 56 | 144 | 62 |
| Binary | 11111111 | 11000100 | 1 | 0 | 10111 | 1100100 | 0 | 101110 | 1100100 | 110010 |
Color Harmonies of #FFC401
Complementary color
Monochromatic Colors of #FFC401
Black with #FFC401
Text Example
Text Example
White with #FFC401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC401; }
p { color: rgb(255,196,1); }
H1.HeaderClassName
{
color: #FFC401;
}
.AnyTagClassName
{
color: #FFC401;
}
</style>
background-color css
<style>
a { background-color: #FFC401; }
a { background-color: rgb(255,196,1); }
div.DivClassName
{
background-color: #FFC401;
}
.BgClassName
{
background-color: #FFC401;
}
</style>
border-color css
<style>
span { border-color: #FFC401; }
span { border-color: rgb(255,196,1); }
td.TdClassName
{
border-color: #FFC401;
}
.TagClassName
{
border-color: #FFC401;
}
</style>