Shades of Golden Poppy #FFC304
Tints of Golden Poppy #FFC304
RGB
CMYK
RGB Variations
Color information
#FFC304 (or 0xFFC304) is known color: Golden Poppy. HEX triplet: FF, C3 and 04. RGB value is (255,195,4). Sum of RGB (Red+Green+Blue) = 255+195+4=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 4 (1.95% from 255 or 0.88% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC304 is #003CFB. Grayscale: #BFBFBF. Windows color (decimal): -15612 or 312319. OLE color: 312319.
HSL color Cylindrical-coordinate representation of color #FFC304: hue angle of 45.66º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFC304 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 4 | - |
| CMYK | 0 | 0.24 | 0.98 | 0 |
| HSL | 45.66º | 1% | 0.51% | - |
| HSV(B) | 45.66º | 0.98% | 1% | - |
| XYZ | 60.78 | 60.3 | 8.55 | - |
| YUV | 191.17 | 22.38 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 4 | 0 | 0.24 | 0.98 | 0 | 45.66 | 1 | 0.51 |
| Hex | FF | C3 | 4 | 0 | 18 | 62 | 0 | 2E | 64 | 33 |
| Octal | 377 | 303 | 4 | 0 | 30 | 142 | 0 | 56 | 144 | 63 |
| Binary | 11111111 | 11000011 | 100 | 0 | 11000 | 1100010 | 0 | 101110 | 1100100 | 110011 |
Color Harmonies of #FFC304
Complementary color
Monochromatic Colors of #FFC304
Black with #FFC304
Text Example
Text Example
White with #FFC304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC304; }
p { color: rgb(255,195,4); }
H1.HeaderClassName
{
color: #FFC304;
}
.AnyTagClassName
{
color: #FFC304;
}
</style>
background-color css
<style>
a { background-color: #FFC304; }
a { background-color: rgb(255,195,4); }
div.DivClassName
{
background-color: #FFC304;
}
.BgClassName
{
background-color: #FFC304;
}
</style>
border-color css
<style>
span { border-color: #FFC304; }
span { border-color: rgb(255,195,4); }
td.TdClassName
{
border-color: #FFC304;
}
.TagClassName
{
border-color: #FFC304;
}
</style>