Shades of Golden Poppy #F3C105
Tints of Golden Poppy #F3C105
RGB
CMYK
RGB Variations
Color information
#F3C105 (or 0xF3C105) is known color: Golden Poppy. HEX triplet: F3, C1 and 05. RGB value is (243,193,5). Sum of RGB (Red+Green+Blue) = 243+193+5=441 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.10% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C105 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3C105 is #0C3EFA. Grayscale: #BBBBBB. Windows color (decimal): -802555 or 377331. OLE color: 377331.
HSL color Cylindrical-coordinate representation of color #F3C105: hue angle of 47.39º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F3C105 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 5 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.05 |
| HSL | 47.39º | 0.96% | 0.49% | - |
| HSV(B) | 47.39º | 0.98% | 0.95% | - |
| XYZ | 56.06 | 57.21 | 8.23 | - |
| YUV | 186.52 | 25.57 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 5 | 0 | 0.21 | 0.98 | 0.05 | 47.39 | 0.96 | 0.49 |
| Hex | F3 | C1 | 5 | 0 | 15 | 62 | 5 | 2F | 60 | 31 |
| Octal | 363 | 301 | 5 | 0 | 25 | 142 | 5 | 57 | 140 | 61 |
| Binary | 11110011 | 11000001 | 101 | 0 | 10101 | 1100010 | 101 | 101111 | 1100000 | 110001 |
Color Harmonies of #F3C105
Complementary color
Monochromatic Colors of #F3C105
Black with #F3C105
Text Example
Text Example
White with #F3C105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C105; }
p { color: rgb(243,193,5); }
H1.HeaderClassName
{
color: #F3C105;
}
.AnyTagClassName
{
color: #F3C105;
}
</style>
background-color css
<style>
a { background-color: #F3C105; }
a { background-color: rgb(243,193,5); }
div.DivClassName
{
background-color: #F3C105;
}
.BgClassName
{
background-color: #F3C105;
}
</style>
border-color css
<style>
span { border-color: #F3C105; }
span { border-color: rgb(243,193,5); }
td.TdClassName
{
border-color: #F3C105;
}
.TagClassName
{
border-color: #F3C105;
}
</style>