Shades of Golden Poppy #F0C50B
Tints of Golden Poppy #F0C50B
RGB
CMYK
RGB Variations
Color information
#F0C50B (or 0xF0C50B) is known color: Golden Poppy. HEX triplet: F0, C5 and 0B. RGB value is (240,197,11). Sum of RGB (Red+Green+Blue) = 240+197+11=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 11 (4.69% from 255 or 2.46% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C50B is #0F3AF4. Grayscale: #BDBDBD. Windows color (decimal): -998133 or 771568. OLE color: 771568.
HSL color Cylindrical-coordinate representation of color #F0C50B: hue angle of 48.73º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0C50B is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 197 | 11 | - |
| CMYK | 0 | 0.18 | 0.95 | 0.06 |
| HSL | 48.73º | 0.91% | 0.49% | - |
| HSV(B) | 48.73º | 0.95% | 0.94% | - |
| XYZ | 55.96 | 58.48 | 8.66 | - |
| YUV | 188.65 | 27.75 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 197 | 11 | 0 | 0.18 | 0.95 | 0.06 | 48.73 | 0.91 | 0.49 |
| Hex | F0 | C5 | B | 0 | 12 | 5F | 6 | 31 | 5B | 31 |
| Octal | 360 | 305 | 13 | 0 | 22 | 137 | 6 | 61 | 133 | 61 |
| Binary | 11110000 | 11000101 | 1011 | 0 | 10010 | 1011111 | 110 | 110001 | 1011011 | 110001 |
Color Harmonies of #F0C50B
Complementary color
Monochromatic Colors of #F0C50B
Black with #F0C50B
Text Example
Text Example
White with #F0C50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C50B; }
p { color: rgb(240,197,11); }
H1.HeaderClassName
{
color: #F0C50B;
}
.AnyTagClassName
{
color: #F0C50B;
}
</style>
background-color css
<style>
a { background-color: #F0C50B; }
a { background-color: rgb(240,197,11); }
div.DivClassName
{
background-color: #F0C50B;
}
.BgClassName
{
background-color: #F0C50B;
}
</style>
border-color css
<style>
span { border-color: #F0C50B; }
span { border-color: rgb(240,197,11); }
td.TdClassName
{
border-color: #F0C50B;
}
.TagClassName
{
border-color: #F0C50B;
}
</style>