Shades of Golden Poppy #F9C50D
Tints of Golden Poppy #F9C50D
RGB
CMYK
RGB Variations
Color information
#F9C50D (or 0xF9C50D) is known color: Golden Poppy. HEX triplet: F9, C5 and 0D. RGB value is (249,197,13). Sum of RGB (Red+Green+Blue) = 249+197+13=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 13 (5.47% from 255 or 2.83% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C50D is #063AF2. Grayscale: #C0C0C0. Windows color (decimal): -408307 or 902649. OLE color: 902649.
HSL color Cylindrical-coordinate representation of color #F9C50D: hue angle of 46.78º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9C50D is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 197 | 13 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.02 |
| HSL | 46.78º | 0.95% | 0.51% | - |
| HSV(B) | 46.78º | 0.95% | 0.98% | - |
| XYZ | 59.11 | 60.1 | 8.87 | - |
| YUV | 191.57 | 27.23 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 197 | 13 | 0 | 0.21 | 0.95 | 0.02 | 46.78 | 0.95 | 0.51 |
| Hex | F9 | C5 | D | 0 | 15 | 5F | 2 | 2F | 5F | 33 |
| Octal | 371 | 305 | 15 | 0 | 25 | 137 | 2 | 57 | 137 | 63 |
| Binary | 11111001 | 11000101 | 1101 | 0 | 10101 | 1011111 | 10 | 101111 | 1011111 | 110011 |
Color Harmonies of #F9C50D
Complementary color
Monochromatic Colors of #F9C50D
Black with #F9C50D
Text Example
Text Example
White with #F9C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C50D; }
p { color: rgb(249,197,13); }
H1.HeaderClassName
{
color: #F9C50D;
}
.AnyTagClassName
{
color: #F9C50D;
}
</style>
background-color css
<style>
a { background-color: #F9C50D; }
a { background-color: rgb(249,197,13); }
div.DivClassName
{
background-color: #F9C50D;
}
.BgClassName
{
background-color: #F9C50D;
}
</style>
border-color css
<style>
span { border-color: #F9C50D; }
span { border-color: rgb(249,197,13); }
td.TdClassName
{
border-color: #F9C50D;
}
.TagClassName
{
border-color: #F9C50D;
}
</style>