Shades of Golden Poppy #F3C108
Tints of Golden Poppy #F3C108
RGB
CMYK
RGB Variations
Color information
#F3C108 (or 0xF3C108) is known color: Golden Poppy. HEX triplet: F3, C1 and 08. RGB value is (243,193,8). Sum of RGB (Red+Green+Blue) = 243+193+8=444 (58% of max value = 765). Red value is 243 (95.31% from 255 or 54.73% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 8 (3.52% from 255 or 1.80% from 444); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3C108 is #0C3EF7. Grayscale: #BBBBBB. Windows color (decimal): -802552 or 573939. OLE color: 573939.
HSL color Cylindrical-coordinate representation of color #F3C108: hue angle of 47.23º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F3C108 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 193 | 8 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.05 |
| HSL | 47.23º | 0.94% | 0.49% | - |
| HSV(B) | 47.23º | 0.97% | 0.95% | - |
| XYZ | 56.08 | 57.21 | 8.32 | - |
| YUV | 186.86 | 27.07 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 193 | 8 | 0 | 0.21 | 0.97 | 0.05 | 47.23 | 0.94 | 0.49 |
| Hex | F3 | C1 | 8 | 0 | 15 | 61 | 5 | 2F | 5E | 31 |
| Octal | 363 | 301 | 10 | 0 | 25 | 141 | 5 | 57 | 136 | 61 |
| Binary | 11110011 | 11000001 | 1000 | 0 | 10101 | 1100001 | 101 | 101111 | 1011110 | 110001 |
Color Harmonies of #F3C108
Complementary color
Monochromatic Colors of #F3C108
Black with #F3C108
Text Example
Text Example
White with #F3C108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C108; }
p { color: rgb(243,193,8); }
H1.HeaderClassName
{
color: #F3C108;
}
.AnyTagClassName
{
color: #F3C108;
}
</style>
background-color css
<style>
a { background-color: #F3C108; }
a { background-color: rgb(243,193,8); }
div.DivClassName
{
background-color: #F3C108;
}
.BgClassName
{
background-color: #F3C108;
}
</style>
border-color css
<style>
span { border-color: #F3C108; }
span { border-color: rgb(243,193,8); }
td.TdClassName
{
border-color: #F3C108;
}
.TagClassName
{
border-color: #F3C108;
}
</style>