Shades of Golden Poppy #F3C70A
Tints of Golden Poppy #F3C70A
RGB
CMYK
RGB Variations
Color information
#F3C70A (or 0xF3C70A) is known color: Golden Poppy. HEX triplet: F3, C7 and 0A. RGB value is (243,199,10). Sum of RGB (Red+Green+Blue) = 243+199+10=452 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.76% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 10 (4.30% from 255 or 2.21% from 452); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3C70A is #0C38F5. Grayscale: #BFBFBF. Windows color (decimal): -801014 or 706547. OLE color: 706547.
HSL color Cylindrical-coordinate representation of color #F3C70A: hue angle of 48.67º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3C70A is Cyan = 0, Magento = 0.18, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 10 | - |
| CMYK | 0 | 0.18 | 0.96 | 0.05 |
| HSL | 48.67º | 0.92% | 0.5% | - |
| HSV(B) | 48.67º | 0.96% | 0.95% | - |
| XYZ | 57.44 | 59.92 | 8.83 | - |
| YUV | 190.61 | 26.08 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 10 | 0 | 0.18 | 0.96 | 0.05 | 48.67 | 0.92 | 0.5 |
| Hex | F3 | C7 | A | 0 | 12 | 60 | 5 | 31 | 5C | 32 |
| Octal | 363 | 307 | 12 | 0 | 22 | 140 | 5 | 61 | 134 | 62 |
| Binary | 11110011 | 11000111 | 1010 | 0 | 10010 | 1100000 | 101 | 110001 | 1011100 | 110010 |
Color Harmonies of #F3C70A
Complementary color
Monochromatic Colors of #F3C70A
Black with #F3C70A
Text Example
Text Example
White with #F3C70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C70A; }
p { color: rgb(243,199,10); }
H1.HeaderClassName
{
color: #F3C70A;
}
.AnyTagClassName
{
color: #F3C70A;
}
</style>
background-color css
<style>
a { background-color: #F3C70A; }
a { background-color: rgb(243,199,10); }
div.DivClassName
{
background-color: #F3C70A;
}
.BgClassName
{
background-color: #F3C70A;
}
</style>
border-color css
<style>
span { border-color: #F3C70A; }
span { border-color: rgb(243,199,10); }
td.TdClassName
{
border-color: #F3C70A;
}
.TagClassName
{
border-color: #F3C70A;
}
</style>