Shades of Golden Poppy #F5C60D
Tints of Golden Poppy #F5C60D
RGB
CMYK
RGB Variations
Color information
#F5C60D (or 0xF5C60D) is known color: Golden Poppy. HEX triplet: F5, C6 and 0D. RGB value is (245,198,13). Sum of RGB (Red+Green+Blue) = 245+198+13=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 13 (5.47% from 255 or 2.85% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C60D is #0A39F2. Grayscale: #BFBFBF. Windows color (decimal): -670195 or 902901. OLE color: 902901.
HSL color Cylindrical-coordinate representation of color #F5C60D: hue angle of 47.84º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5C60D is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 198 | 13 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.04 |
| HSL | 47.84º | 0.92% | 0.51% | - |
| HSV(B) | 47.84º | 0.95% | 0.96% | - |
| XYZ | 57.92 | 59.83 | 8.88 | - |
| YUV | 190.96 | 27.57 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 198 | 13 | 0 | 0.19 | 0.95 | 0.04 | 47.84 | 0.92 | 0.51 |
| Hex | F5 | C6 | D | 0 | 13 | 5F | 4 | 30 | 5C | 33 |
| Octal | 365 | 306 | 15 | 0 | 23 | 137 | 4 | 60 | 134 | 63 |
| Binary | 11110101 | 11000110 | 1101 | 0 | 10011 | 1011111 | 100 | 110000 | 1011100 | 110011 |
Color Harmonies of #F5C60D
Complementary color
Monochromatic Colors of #F5C60D
Black with #F5C60D
Text Example
Text Example
White with #F5C60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C60D; }
p { color: rgb(245,198,13); }
H1.HeaderClassName
{
color: #F5C60D;
}
.AnyTagClassName
{
color: #F5C60D;
}
</style>
background-color css
<style>
a { background-color: #F5C60D; }
a { background-color: rgb(245,198,13); }
div.DivClassName
{
background-color: #F5C60D;
}
.BgClassName
{
background-color: #F5C60D;
}
</style>
border-color css
<style>
span { border-color: #F5C60D; }
span { border-color: rgb(245,198,13); }
td.TdClassName
{
border-color: #F5C60D;
}
.TagClassName
{
border-color: #F5C60D;
}
</style>