Shades of Golden Poppy #FFC502
Tints of Golden Poppy #FFC502
RGB
CMYK
RGB Variations
Color information
#FFC502 (or 0xFFC502) is known color: Golden Poppy. HEX triplet: FF, C5 and 02. RGB value is (255,197,2). Sum of RGB (Red+Green+Blue) = 255+197+2=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 2 (1.17% from 255 or 0.44% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC502 is #003AFD. Grayscale: #C0C0C0. Windows color (decimal): -15102 or 181759. OLE color: 181759.
HSL color Cylindrical-coordinate representation of color #FFC502: hue angle of 46.25º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFC502 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 197 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0 |
| HSL | 46.25º | 1% | 0.5% | - |
| HSV(B) | 46.25º | 0.99% | 1% | - |
| XYZ | 61.22 | 61.2 | 8.64 | - |
| YUV | 192.11 | 20.72 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 197 | 2 | 0 | 0.23 | 0.99 | 0 | 46.25 | 1 | 0.5 |
| Hex | FF | C5 | 2 | 0 | 17 | 63 | 0 | 2E | 64 | 32 |
| Octal | 377 | 305 | 2 | 0 | 27 | 143 | 0 | 56 | 144 | 62 |
| Binary | 11111111 | 11000101 | 10 | 0 | 10111 | 1100011 | 0 | 101110 | 1100100 | 110010 |
Color Harmonies of #FFC502
Complementary color
Monochromatic Colors of #FFC502
Black with #FFC502
Text Example
Text Example
White with #FFC502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC502; }
p { color: rgb(255,197,2); }
H1.HeaderClassName
{
color: #FFC502;
}
.AnyTagClassName
{
color: #FFC502;
}
</style>
background-color css
<style>
a { background-color: #FFC502; }
a { background-color: rgb(255,197,2); }
div.DivClassName
{
background-color: #FFC502;
}
.BgClassName
{
background-color: #FFC502;
}
</style>
border-color css
<style>
span { border-color: #FFC502; }
span { border-color: rgb(255,197,2); }
td.TdClassName
{
border-color: #FFC502;
}
.TagClassName
{
border-color: #FFC502;
}
</style>