Shades of Golden Poppy #F3C30E
Tints of Golden Poppy #F3C30E
RGB
CMYK
RGB Variations
Color information
#F3C30E (or 0xF3C30E) is known color: Golden Poppy. HEX triplet: F3, C3 and 0E. RGB value is (243,195,14). Sum of RGB (Red+Green+Blue) = 243+195+14=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 14 (5.86% from 255 or 3.10% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3C30E is #0C3CF1. Grayscale: #BDBDBD. Windows color (decimal): -802034 or 967667. OLE color: 967667.
HSL color Cylindrical-coordinate representation of color #F3C30E: hue angle of 47.42º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3C30E is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 195 | 14 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.05 |
| HSL | 47.42º | 0.91% | 0.5% | - |
| HSV(B) | 47.42º | 0.94% | 0.95% | - |
| XYZ | 56.56 | 58.12 | 8.65 | - |
| YUV | 188.72 | 29.4 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 195 | 14 | 0 | 0.20 | 0.94 | 0.05 | 47.42 | 0.91 | 0.5 |
| Hex | F3 | C3 | E | 0 | 14 | 5E | 5 | 2F | 5B | 32 |
| Octal | 363 | 303 | 16 | 0 | 24 | 136 | 5 | 57 | 133 | 62 |
| Binary | 11110011 | 11000011 | 1110 | 0 | 10100 | 1011110 | 101 | 101111 | 1011011 | 110010 |
Color Harmonies of #F3C30E
Complementary color
Monochromatic Colors of #F3C30E
Black with #F3C30E
Text Example
Text Example
White with #F3C30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C30E; }
p { color: rgb(243,195,14); }
H1.HeaderClassName
{
color: #F3C30E;
}
.AnyTagClassName
{
color: #F3C30E;
}
</style>
background-color css
<style>
a { background-color: #F3C30E; }
a { background-color: rgb(243,195,14); }
div.DivClassName
{
background-color: #F3C30E;
}
.BgClassName
{
background-color: #F3C30E;
}
</style>
border-color css
<style>
span { border-color: #F3C30E; }
span { border-color: rgb(243,195,14); }
td.TdClassName
{
border-color: #F3C30E;
}
.TagClassName
{
border-color: #F3C30E;
}
</style>