Shades of Golden Poppy #FFC301
Tints of Golden Poppy #FFC301
RGB
CMYK
RGB Variations
Color information
#FFC301 (or 0xFFC301) is known color: Golden Poppy. HEX triplet: FF, C3 and 01. RGB value is (255,195,1). Sum of RGB (Red+Green+Blue) = 255+195+1=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 1 (0.78% from 255 or 0.22% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC301 is #003CFE. Grayscale: #BFBFBF. Windows color (decimal): -15615 or 115711. OLE color: 115711.
HSL color Cylindrical-coordinate representation of color #FFC301: hue angle of 45.83º 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 #FFC301 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 1 | - |
| CMYK | 0 | 0.24 | 1.00 | 0 |
| HSL | 45.83º | 1% | 0.5% | - |
| HSV(B) | 45.83º | 1% | 1% | - |
| XYZ | 60.76 | 60.29 | 8.46 | - |
| YUV | 190.82 | 20.88 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 1 | 0 | 0.24 | 1.00 | 0 | 45.83 | 1 | 0.5 |
| Hex | FF | C3 | 1 | 0 | 18 | 64 | 0 | 2E | 64 | 32 |
| Octal | 377 | 303 | 1 | 0 | 30 | 144 | 0 | 56 | 144 | 62 |
| Binary | 11111111 | 11000011 | 1 | 0 | 11000 | 1100100 | 0 | 101110 | 1100100 | 110010 |
Color Harmonies of #FFC301
Complementary color
Monochromatic Colors of #FFC301
Black with #FFC301
Text Example
Text Example
White with #FFC301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC301; }
p { color: rgb(255,195,1); }
H1.HeaderClassName
{
color: #FFC301;
}
.AnyTagClassName
{
color: #FFC301;
}
</style>
background-color css
<style>
a { background-color: #FFC301; }
a { background-color: rgb(255,195,1); }
div.DivClassName
{
background-color: #FFC301;
}
.BgClassName
{
background-color: #FFC301;
}
</style>
border-color css
<style>
span { border-color: #FFC301; }
span { border-color: rgb(255,195,1); }
td.TdClassName
{
border-color: #FFC301;
}
.TagClassName
{
border-color: #FFC301;
}
</style>