Shades of Golden Poppy #F3C902
Tints of Golden Poppy #F3C902
RGB
CMYK
RGB Variations
Color information
#F3C902 (or 0xF3C902) is known color: Golden Poppy. HEX triplet: F3, C9 and 02. RGB value is (243,201,2). Sum of RGB (Red+Green+Blue) = 243+201+2=446 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.48% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C902 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3C902 is #0C36FD. Grayscale: #BFBFBF. Windows color (decimal): -800510 or 182771. OLE color: 182771.
HSL color Cylindrical-coordinate representation of color #F3C902: hue angle of 49.54º 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 #F3C902 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.05 |
| HSL | 49.54º | 0.98% | 0.48% | - |
| HSV(B) | 49.54º | 0.99% | 0.95% | - |
| XYZ | 57.86 | 60.83 | 8.75 | - |
| YUV | 190.87 | 21.41 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 2 | 0 | 0.17 | 0.99 | 0.05 | 49.54 | 0.98 | 0.48 |
| Hex | F3 | C9 | 2 | 0 | 11 | 63 | 5 | 32 | 62 | 30 |
| Octal | 363 | 311 | 2 | 0 | 21 | 143 | 5 | 62 | 142 | 60 |
| Binary | 11110011 | 11001001 | 10 | 0 | 10001 | 1100011 | 101 | 110010 | 1100010 | 110000 |
Color Harmonies of #F3C902
Complementary color
Monochromatic Colors of #F3C902
Black with #F3C902
Text Example
Text Example
White with #F3C902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C902; }
p { color: rgb(243,201,2); }
H1.HeaderClassName
{
color: #F3C902;
}
.AnyTagClassName
{
color: #F3C902;
}
</style>
background-color css
<style>
a { background-color: #F3C902; }
a { background-color: rgb(243,201,2); }
div.DivClassName
{
background-color: #F3C902;
}
.BgClassName
{
background-color: #F3C902;
}
</style>
border-color css
<style>
span { border-color: #F3C902; }
span { border-color: rgb(243,201,2); }
td.TdClassName
{
border-color: #F3C902;
}
.TagClassName
{
border-color: #F3C902;
}
</style>