Shades of Golden Poppy #F4C104
Tints of Golden Poppy #F4C104
RGB
CMYK
RGB Variations
Color information
#F4C104 (or 0xF4C104) is known color: Golden Poppy. HEX triplet: F4, C1 and 04. RGB value is (244,193,4). Sum of RGB (Red+Green+Blue) = 244+193+4=441 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.33% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 4 (1.95% from 255 or 0.91% from 441); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C104 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4C104 is #0B3EFB. Grayscale: #BBBBBB. Windows color (decimal): -737020 or 311796. OLE color: 311796.
HSL color Cylindrical-coordinate representation of color #F4C104: hue angle of 47.25º degrees, saturation: 0.97, 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 #F4C104 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 193 | 4 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.04 |
| HSL | 47.25º | 0.97% | 0.49% | - |
| HSV(B) | 47.25º | 0.98% | 0.96% | - |
| XYZ | 56.4 | 57.38 | 8.22 | - |
| YUV | 186.7 | 24.9 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 193 | 4 | 0 | 0.21 | 0.98 | 0.04 | 47.25 | 0.97 | 0.49 |
| Hex | F4 | C1 | 4 | 0 | 15 | 62 | 4 | 2F | 61 | 31 |
| Octal | 364 | 301 | 4 | 0 | 25 | 142 | 4 | 57 | 141 | 61 |
| Binary | 11110100 | 11000001 | 100 | 0 | 10101 | 1100010 | 100 | 101111 | 1100001 | 110001 |
Color Harmonies of #F4C104
Complementary color
Monochromatic Colors of #F4C104
Black with #F4C104
Text Example
Text Example
White with #F4C104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C104; }
p { color: rgb(244,193,4); }
H1.HeaderClassName
{
color: #F4C104;
}
.AnyTagClassName
{
color: #F4C104;
}
</style>
background-color css
<style>
a { background-color: #F4C104; }
a { background-color: rgb(244,193,4); }
div.DivClassName
{
background-color: #F4C104;
}
.BgClassName
{
background-color: #F4C104;
}
</style>
border-color css
<style>
span { border-color: #F4C104; }
span { border-color: rgb(244,193,4); }
td.TdClassName
{
border-color: #F4C104;
}
.TagClassName
{
border-color: #F4C104;
}
</style>