Shades of Golden Poppy #F5C700
Tints of Golden Poppy #F5C700
RGB
CMYK
RGB Variations
Color information
#F5C700 (or 0xF5C700) is known color: Golden Poppy. HEX triplet: F5, C7 and 00. RGB value is (245,199,0). Sum of RGB (Red+Green+Blue) = 245+199+0=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 0 (0.39% from 255 or 0% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5C700 is #0A38FF. Grayscale: #BEBEBE. Windows color (decimal): -669952 or 51189. OLE color: 51189.
HSL color Cylindrical-coordinate representation of color #F5C700: hue angle of 48.73º 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 #F5C700 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 199 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.04 |
| HSL | 48.73º | 1% | 0.48% | - |
| HSV(B) | 48.73º | 1% | 0.96% | - |
| XYZ | 58.08 | 60.26 | 8.57 | - |
| YUV | 190.07 | 20.74 | 167.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 199 | 0 | 0 | 0.19 | 1 | 0.04 | 48.73 | 1 | 0.48 |
| Hex | F5 | C7 | 0 | 0 | 13 | 64 | 4 | 31 | 64 | 30 |
| Octal | 365 | 307 | 0 | 0 | 23 | 144 | 4 | 61 | 144 | 60 |
| Binary | 11110101 | 11000111 | 0 | 0 | 10011 | 1100100 | 100 | 110001 | 1100100 | 110000 |
Color Harmonies of #F5C700
Complementary color
Monochromatic Colors of #F5C700
Black with #F5C700
Text Example
Text Example
White with #F5C700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C700; }
p { color: rgb(245,199,0); }
H1.HeaderClassName
{
color: #F5C700;
}
.AnyTagClassName
{
color: #F5C700;
}
</style>
background-color css
<style>
a { background-color: #F5C700; }
a { background-color: rgb(245,199,0); }
div.DivClassName
{
background-color: #F5C700;
}
.BgClassName
{
background-color: #F5C700;
}
</style>
border-color css
<style>
span { border-color: #F5C700; }
span { border-color: rgb(245,199,0); }
td.TdClassName
{
border-color: #F5C700;
}
.TagClassName
{
border-color: #F5C700;
}
</style>