Shades of Golden Poppy #F3C402
Tints of Golden Poppy #F3C402
RGB
CMYK
RGB Variations
Color information
#F3C402 (or 0xF3C402) is known color: Golden Poppy. HEX triplet: F3, C4 and 02. RGB value is (243,196,2). Sum of RGB (Red+Green+Blue) = 243+196+2=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 196 (76.95% from 255 or 44.44% from 441); Blue value is 2 (1.17% from 255 or 0.45% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3C402 is #0C3BFD. Grayscale: #BCBCBC. Windows color (decimal): -801790 or 181491. OLE color: 181491.
HSL color Cylindrical-coordinate representation of color #F3C402: hue angle of 48.3º 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 #F3C402 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 196 | 2 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.05 |
| HSL | 48.3º | 0.98% | 0.48% | - |
| HSV(B) | 48.3º | 0.99% | 0.95% | - |
| XYZ | 56.71 | 58.54 | 8.37 | - |
| YUV | 187.94 | 23.07 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 196 | 2 | 0 | 0.19 | 0.99 | 0.05 | 48.3 | 0.98 | 0.48 |
| Hex | F3 | C4 | 2 | 0 | 13 | 63 | 5 | 30 | 62 | 30 |
| Octal | 363 | 304 | 2 | 0 | 23 | 143 | 5 | 60 | 142 | 60 |
| Binary | 11110011 | 11000100 | 10 | 0 | 10011 | 1100011 | 101 | 110000 | 1100010 | 110000 |
Color Harmonies of #F3C402
Complementary color
Monochromatic Colors of #F3C402
Black with #F3C402
Text Example
Text Example
White with #F3C402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C402; }
p { color: rgb(243,196,2); }
H1.HeaderClassName
{
color: #F3C402;
}
.AnyTagClassName
{
color: #F3C402;
}
</style>
background-color css
<style>
a { background-color: #F3C402; }
a { background-color: rgb(243,196,2); }
div.DivClassName
{
background-color: #F3C402;
}
.BgClassName
{
background-color: #F3C402;
}
</style>
border-color css
<style>
span { border-color: #F3C402; }
span { border-color: rgb(243,196,2); }
td.TdClassName
{
border-color: #F3C402;
}
.TagClassName
{
border-color: #F3C402;
}
</style>