Shades of Golden Poppy #F5C10B
Tints of Golden Poppy #F5C10B
RGB
CMYK
RGB Variations
Color information
#F5C10B (or 0xF5C10B) is known color: Golden Poppy. HEX triplet: F5, C1 and 0B. RGB value is (245,193,11). Sum of RGB (Red+Green+Blue) = 245+193+11=449 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.57% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 11 (4.69% from 255 or 2.45% from 449); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C10B is #0A3EF4. Grayscale: #BCBCBC. Windows color (decimal): -671477 or 770549. OLE color: 770549.
HSL color Cylindrical-coordinate representation of color #F5C10B: hue angle of 46.67º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5C10B is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 193 | 11 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.04 |
| HSL | 46.67º | 0.92% | 0.5% | - |
| HSV(B) | 46.67º | 0.96% | 0.96% | - |
| XYZ | 56.79 | 57.58 | 8.44 | - |
| YUV | 187.8 | 28.23 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 193 | 11 | 0 | 0.21 | 0.96 | 0.04 | 46.67 | 0.92 | 0.5 |
| Hex | F5 | C1 | B | 0 | 15 | 60 | 4 | 2F | 5C | 32 |
| Octal | 365 | 301 | 13 | 0 | 25 | 140 | 4 | 57 | 134 | 62 |
| Binary | 11110101 | 11000001 | 1011 | 0 | 10101 | 1100000 | 100 | 101111 | 1011100 | 110010 |
Color Harmonies of #F5C10B
Complementary color
Monochromatic Colors of #F5C10B
Black with #F5C10B
Text Example
Text Example
White with #F5C10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C10B; }
p { color: rgb(245,193,11); }
H1.HeaderClassName
{
color: #F5C10B;
}
.AnyTagClassName
{
color: #F5C10B;
}
</style>
background-color css
<style>
a { background-color: #F5C10B; }
a { background-color: rgb(245,193,11); }
div.DivClassName
{
background-color: #F5C10B;
}
.BgClassName
{
background-color: #F5C10B;
}
</style>
border-color css
<style>
span { border-color: #F5C10B; }
span { border-color: rgb(245,193,11); }
td.TdClassName
{
border-color: #F5C10B;
}
.TagClassName
{
border-color: #F5C10B;
}
</style>