Shades of Golden Poppy #F5C300
Tints of Golden Poppy #F5C300
RGB
CMYK
RGB Variations
Color information
#F5C300 (or 0xF5C300) is known color: Golden Poppy. HEX triplet: F5, C3 and 00. RGB value is (245,195,0). Sum of RGB (Red+Green+Blue) = 245+195+0=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 195 (76.56% from 255 or 44.32% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C300 is #0A3CFF. Grayscale: #BCBCBC. Windows color (decimal): -670976 or 50165. OLE color: 50165.
HSL color Cylindrical-coordinate representation of color #F5C300: hue angle of 47.76º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5C300 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 195 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.04 |
| HSL | 47.76º | 1% | 0.48% | - |
| HSV(B) | 47.76º | 1% | 0.96% | - |
| XYZ | 57.17 | 58.44 | 8.27 | - |
| YUV | 187.72 | 22.07 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 195 | 0 | 0 | 0.20 | 1 | 0.04 | 47.76 | 1 | 0.48 |
| Hex | F5 | C3 | 0 | 0 | 14 | 64 | 4 | 30 | 64 | 30 |
| Octal | 365 | 303 | 0 | 0 | 24 | 144 | 4 | 60 | 144 | 60 |
| Binary | 11110101 | 11000011 | 0 | 0 | 10100 | 1100100 | 100 | 110000 | 1100100 | 110000 |
Color Harmonies of #F5C300
Complementary color
Monochromatic Colors of #F5C300
Black with #F5C300
Text Example
Text Example
White with #F5C300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C300; }
p { color: rgb(245,195,0); }
H1.HeaderClassName
{
color: #F5C300;
}
.AnyTagClassName
{
color: #F5C300;
}
</style>
background-color css
<style>
a { background-color: #F5C300; }
a { background-color: rgb(245,195,0); }
div.DivClassName
{
background-color: #F5C300;
}
.BgClassName
{
background-color: #F5C300;
}
</style>
border-color css
<style>
span { border-color: #F5C300; }
span { border-color: rgb(245,195,0); }
td.TdClassName
{
border-color: #F5C300;
}
.TagClassName
{
border-color: #F5C300;
}
</style>