Shades of Golden Poppy #F3C304
Tints of Golden Poppy #F3C304
RGB
CMYK
RGB Variations
Color information
#F3C304 (or 0xF3C304) is known color: Golden Poppy. HEX triplet: F3, C3 and 04. RGB value is (243,195,4). Sum of RGB (Red+Green+Blue) = 243+195+4=442 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.98% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 4 (1.95% from 255 or 0.90% from 442); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3C304 is #0C3CFB. Grayscale: #BCBCBC. Windows color (decimal): -802044 or 312307. OLE color: 312307.
HSL color Cylindrical-coordinate representation of color #F3C304: hue angle of 47.95º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F3C304 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 4 | - |
| CMYK | 0 | 0.20 | 0.98 | 0.05 |
| HSL | 47.95º | 0.97% | 0.48% | - |
| HSV(B) | 47.95º | 0.98% | 0.95% | - |
| XYZ | 56.5 | 58.09 | 8.35 | - |
| YUV | 187.58 | 24.4 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 4 | 0 | 0.20 | 0.98 | 0.05 | 47.95 | 0.97 | 0.48 |
| Hex | F3 | C3 | 4 | 0 | 14 | 62 | 5 | 30 | 61 | 30 |
| Octal | 363 | 303 | 4 | 0 | 24 | 142 | 5 | 60 | 141 | 60 |
| Binary | 11110011 | 11000011 | 100 | 0 | 10100 | 1100010 | 101 | 110000 | 1100001 | 110000 |
Color Harmonies of #F3C304
Complementary color
Monochromatic Colors of #F3C304
Black with #F3C304
Text Example
Text Example
White with #F3C304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C304; }
p { color: rgb(243,195,4); }
H1.HeaderClassName
{
color: #F3C304;
}
.AnyTagClassName
{
color: #F3C304;
}
</style>
background-color css
<style>
a { background-color: #F3C304; }
a { background-color: rgb(243,195,4); }
div.DivClassName
{
background-color: #F3C304;
}
.BgClassName
{
background-color: #F3C304;
}
</style>
border-color css
<style>
span { border-color: #F3C304; }
span { border-color: rgb(243,195,4); }
td.TdClassName
{
border-color: #F3C304;
}
.TagClassName
{
border-color: #F3C304;
}
</style>