Shades of Golden Poppy #F3C102
Tints of Golden Poppy #F3C102
RGB
CMYK
RGB Variations
Color information
#F3C102 (or 0xF3C102) is known color: Golden Poppy. HEX triplet: F3, C1 and 02. RGB value is (243,193,2). Sum of RGB (Red+Green+Blue) = 243+193+2=438 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.48% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3C102 is #0C3EFD. Grayscale: #BABABA. Windows color (decimal): -802558 or 180723. OLE color: 180723.
HSL color Cylindrical-coordinate representation of color #F3C102: hue angle of 47.55º 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 #F3C102 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.05 |
| HSL | 47.55º | 0.98% | 0.48% | - |
| HSV(B) | 47.55º | 0.99% | 0.95% | - |
| XYZ | 56.04 | 57.2 | 8.14 | - |
| YUV | 186.18 | 24.07 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 2 | 0 | 0.21 | 0.99 | 0.05 | 47.55 | 0.98 | 0.48 |
| Hex | F3 | C1 | 2 | 0 | 15 | 63 | 5 | 30 | 62 | 30 |
| Octal | 363 | 301 | 2 | 0 | 25 | 143 | 5 | 60 | 142 | 60 |
| Binary | 11110011 | 11000001 | 10 | 0 | 10101 | 1100011 | 101 | 110000 | 1100010 | 110000 |
Color Harmonies of #F3C102
Complementary color
Monochromatic Colors of #F3C102
Black with #F3C102
Text Example
Text Example
White with #F3C102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C102; }
p { color: rgb(243,193,2); }
H1.HeaderClassName
{
color: #F3C102;
}
.AnyTagClassName
{
color: #F3C102;
}
</style>
background-color css
<style>
a { background-color: #F3C102; }
a { background-color: rgb(243,193,2); }
div.DivClassName
{
background-color: #F3C102;
}
.BgClassName
{
background-color: #F3C102;
}
</style>
border-color css
<style>
span { border-color: #F3C102; }
span { border-color: rgb(243,193,2); }
td.TdClassName
{
border-color: #F3C102;
}
.TagClassName
{
border-color: #F3C102;
}
</style>