Shades of Golden Poppy #F3C60E
Tints of Golden Poppy #F3C60E
RGB
CMYK
RGB Variations
Color information
#F3C60E (or 0xF3C60E) is known color: Golden Poppy. HEX triplet: F3, C6 and 0E. RGB value is (243,198,14). Sum of RGB (Red+Green+Blue) = 243+198+14=455 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.41% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 14 (5.86% from 255 or 3.08% from 455); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C60E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3C60E is #0C39F1. Grayscale: #BFBFBF. Windows color (decimal): -801266 or 968435. OLE color: 968435.
HSL color Cylindrical-coordinate representation of color #F3C60E: hue angle of 48.21º 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 #F3C60E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 14 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.05 |
| HSL | 48.21º | 0.91% | 0.5% | - |
| HSV(B) | 48.21º | 0.94% | 0.95% | - |
| XYZ | 57.24 | 59.47 | 8.88 | - |
| YUV | 190.48 | 28.41 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 14 | 0 | 0.19 | 0.94 | 0.05 | 48.21 | 0.91 | 0.5 |
| Hex | F3 | C6 | E | 0 | 13 | 5E | 5 | 30 | 5B | 32 |
| Octal | 363 | 306 | 16 | 0 | 23 | 136 | 5 | 60 | 133 | 62 |
| Binary | 11110011 | 11000110 | 1110 | 0 | 10011 | 1011110 | 101 | 110000 | 1011011 | 110010 |
Color Harmonies of #F3C60E
Complementary color
Monochromatic Colors of #F3C60E
Black with #F3C60E
Text Example
Text Example
White with #F3C60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C60E; }
p { color: rgb(243,198,14); }
H1.HeaderClassName
{
color: #F3C60E;
}
.AnyTagClassName
{
color: #F3C60E;
}
</style>
background-color css
<style>
a { background-color: #F3C60E; }
a { background-color: rgb(243,198,14); }
div.DivClassName
{
background-color: #F3C60E;
}
.BgClassName
{
background-color: #F3C60E;
}
</style>
border-color css
<style>
span { border-color: #F3C60E; }
span { border-color: rgb(243,198,14); }
td.TdClassName
{
border-color: #F3C60E;
}
.TagClassName
{
border-color: #F3C60E;
}
</style>