Shades of Golden Poppy #F5C108
Tints of Golden Poppy #F5C108
RGB
CMYK
RGB Variations
Color information
#F5C108 (or 0xF5C108) is known color: Golden Poppy. HEX triplet: F5, C1 and 08. RGB value is (245,193,8). Sum of RGB (Red+Green+Blue) = 245+193+8=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 8 (3.52% from 255 or 1.79% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C108 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C108 is #0A3EF7. Grayscale: #BCBCBC. Windows color (decimal): -671480 or 573941. OLE color: 573941.
HSL color Cylindrical-coordinate representation of color #F5C108: hue angle of 46.84º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5C108 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 8 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.04 |
| HSL | 46.84º | 0.94% | 0.5% | - |
| HSV(B) | 46.84º | 0.97% | 0.96% | - |
| XYZ | 56.77 | 57.57 | 8.35 | - |
| YUV | 187.46 | 26.73 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 8 | 0 | 0.21 | 0.97 | 0.04 | 46.84 | 0.94 | 0.5 |
| Hex | F5 | C1 | 8 | 0 | 15 | 61 | 4 | 2F | 5E | 32 |
| Octal | 365 | 301 | 10 | 0 | 25 | 141 | 4 | 57 | 136 | 62 |
| Binary | 11110101 | 11000001 | 1000 | 0 | 10101 | 1100001 | 100 | 101111 | 1011110 | 110010 |
Color Harmonies of #F5C108
Complementary color
Monochromatic Colors of #F5C108
Black with #F5C108
Text Example
Text Example
White with #F5C108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C108; }
p { color: rgb(245,193,8); }
H1.HeaderClassName
{
color: #F5C108;
}
.AnyTagClassName
{
color: #F5C108;
}
</style>
background-color css
<style>
a { background-color: #F5C108; }
a { background-color: rgb(245,193,8); }
div.DivClassName
{
background-color: #F5C108;
}
.BgClassName
{
background-color: #F5C108;
}
</style>
border-color css
<style>
span { border-color: #F5C108; }
span { border-color: rgb(245,193,8); }
td.TdClassName
{
border-color: #F5C108;
}
.TagClassName
{
border-color: #F5C108;
}
</style>