Shades of Golden Poppy #F3C702
Tints of Golden Poppy #F3C702
RGB
CMYK
RGB Variations
Color information
#F3C702 (or 0xF3C702) is known color: Golden Poppy. HEX triplet: F3, C7 and 02. RGB value is (243,199,2). Sum of RGB (Red+Green+Blue) = 243+199+2=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 2 (1.17% from 255 or 0.45% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3C702 is #0C38FD. Grayscale: #BEBEBE. Windows color (decimal): -801022 or 182259. OLE color: 182259.
HSL color Cylindrical-coordinate representation of color #F3C702: hue angle of 49.05º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F3C702 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.05 |
| HSL | 49.05º | 0.98% | 0.48% | - |
| HSV(B) | 49.05º | 0.99% | 0.95% | - |
| XYZ | 57.4 | 59.91 | 8.6 | - |
| YUV | 189.7 | 22.08 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 2 | 0 | 0.18 | 0.99 | 0.05 | 49.05 | 0.98 | 0.48 |
| Hex | F3 | C7 | 2 | 0 | 12 | 63 | 5 | 31 | 62 | 30 |
| Octal | 363 | 307 | 2 | 0 | 22 | 143 | 5 | 61 | 142 | 60 |
| Binary | 11110011 | 11000111 | 10 | 0 | 10010 | 1100011 | 101 | 110001 | 1100010 | 110000 |
Color Harmonies of #F3C702
Complementary color
Monochromatic Colors of #F3C702
Black with #F3C702
Text Example
Text Example
White with #F3C702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C702; }
p { color: rgb(243,199,2); }
H1.HeaderClassName
{
color: #F3C702;
}
.AnyTagClassName
{
color: #F3C702;
}
</style>
background-color css
<style>
a { background-color: #F3C702; }
a { background-color: rgb(243,199,2); }
div.DivClassName
{
background-color: #F3C702;
}
.BgClassName
{
background-color: #F3C702;
}
</style>
border-color css
<style>
span { border-color: #F3C702; }
span { border-color: rgb(243,199,2); }
td.TdClassName
{
border-color: #F3C702;
}
.TagClassName
{
border-color: #F3C702;
}
</style>