Shades of Golden Poppy #FFC302
Tints of Golden Poppy #FFC302
RGB
CMYK
RGB Variations
Color information
#FFC302 (or 0xFFC302) is known color: Golden Poppy. HEX triplet: FF, C3 and 02. RGB value is (255,195,2). Sum of RGB (Red+Green+Blue) = 255+195+2=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 2 (1.17% from 255 or 0.44% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC302 is #003CFD. Grayscale: #BFBFBF. Windows color (decimal): -15614 or 181247. OLE color: 181247.
HSL color Cylindrical-coordinate representation of color #FFC302: hue angle of 45.77º 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 #FFC302 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0 |
| HSL | 45.77º | 1% | 0.5% | - |
| HSV(B) | 45.77º | 0.99% | 1% | - |
| XYZ | 60.77 | 60.29 | 8.49 | - |
| YUV | 190.94 | 21.38 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 2 | 0 | 0.24 | 0.99 | 0 | 45.77 | 1 | 0.5 |
| Hex | FF | C3 | 2 | 0 | 18 | 63 | 0 | 2E | 64 | 32 |
| Octal | 377 | 303 | 2 | 0 | 30 | 143 | 0 | 56 | 144 | 62 |
| Binary | 11111111 | 11000011 | 10 | 0 | 11000 | 1100011 | 0 | 101110 | 1100100 | 110010 |
Color Harmonies of #FFC302
Complementary color
Monochromatic Colors of #FFC302
Black with #FFC302
Text Example
Text Example
White with #FFC302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC302; }
p { color: rgb(255,195,2); }
H1.HeaderClassName
{
color: #FFC302;
}
.AnyTagClassName
{
color: #FFC302;
}
</style>
background-color css
<style>
a { background-color: #FFC302; }
a { background-color: rgb(255,195,2); }
div.DivClassName
{
background-color: #FFC302;
}
.BgClassName
{
background-color: #FFC302;
}
</style>
border-color css
<style>
span { border-color: #FFC302; }
span { border-color: rgb(255,195,2); }
td.TdClassName
{
border-color: #FFC302;
}
.TagClassName
{
border-color: #FFC302;
}
</style>