Shades of Golden Poppy #F5C405
Tints of Golden Poppy #F5C405
RGB
CMYK
RGB Variations
Color information
#F5C405 (or 0xF5C405) is known color: Golden Poppy. HEX triplet: F5, C4 and 05. RGB value is (245,196,5). Sum of RGB (Red+Green+Blue) = 245+196+5=446 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.93% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 5 (2.34% from 255 or 1.12% from 446); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C405 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C405 is #0A3BFA. Grayscale: #BDBDBD. Windows color (decimal): -670715 or 378101. OLE color: 378101.
HSL color Cylindrical-coordinate representation of color #F5C405: hue angle of 47.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5C405 is Cyan = 0, Magento = 0.2, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 196 | 5 | - |
| CMYK | 0 | 0.2 | 0.98 | 0.04 |
| HSL | 47.75º | 0.96% | 0.49% | - |
| HSV(B) | 47.75º | 0.98% | 0.96% | - |
| XYZ | 57.42 | 58.9 | 8.49 | - |
| YUV | 188.88 | 24.23 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 196 | 5 | 0 | 0.2 | 0.98 | 0.04 | 47.75 | 0.96 | 0.49 |
| Hex | F5 | C4 | 5 | 0 | 14 | 62 | 4 | 30 | 60 | 31 |
| Octal | 365 | 304 | 5 | 0 | 24 | 142 | 4 | 60 | 140 | 61 |
| Binary | 11110101 | 11000100 | 101 | 0 | 10100 | 1100010 | 100 | 110000 | 1100000 | 110001 |
Color Harmonies of #F5C405
Complementary color
Monochromatic Colors of #F5C405
Black with #F5C405
Text Example
Text Example
White with #F5C405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C405; }
p { color: rgb(245,196,5); }
H1.HeaderClassName
{
color: #F5C405;
}
.AnyTagClassName
{
color: #F5C405;
}
</style>
background-color css
<style>
a { background-color: #F5C405; }
a { background-color: rgb(245,196,5); }
div.DivClassName
{
background-color: #F5C405;
}
.BgClassName
{
background-color: #F5C405;
}
</style>
border-color css
<style>
span { border-color: #F5C405; }
span { border-color: rgb(245,196,5); }
td.TdClassName
{
border-color: #F5C405;
}
.TagClassName
{
border-color: #F5C405;
}
</style>