Shades of Golden Poppy #FAC50E
Tints of Golden Poppy #FAC50E
RGB
CMYK
RGB Variations
Color information
#FAC50E (or 0xFAC50E) is known color: Golden Poppy. HEX triplet: FA, C5 and 0E. RGB value is (250,197,14). Sum of RGB (Red+Green+Blue) = 250+197+14=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 14 (5.86% from 255 or 3.04% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC50E is #053AF1. Grayscale: #C0C0C0. Windows color (decimal): -342770 or 968186. OLE color: 968186.
HSL color Cylindrical-coordinate representation of color #FAC50E: hue angle of 46.53º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAC50E is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 14 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.02 |
| HSL | 46.53º | 0.96% | 0.52% | - |
| HSV(B) | 46.53º | 0.94% | 0.98% | - |
| XYZ | 59.47 | 60.29 | 8.92 | - |
| YUV | 191.99 | 27.56 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 14 | 0 | 0.21 | 0.94 | 0.02 | 46.53 | 0.96 | 0.52 |
| Hex | FA | C5 | E | 0 | 15 | 5E | 2 | 2F | 60 | 34 |
| Octal | 372 | 305 | 16 | 0 | 25 | 136 | 2 | 57 | 140 | 64 |
| Binary | 11111010 | 11000101 | 1110 | 0 | 10101 | 1011110 | 10 | 101111 | 1100000 | 110100 |
Color Harmonies of #FAC50E
Complementary color
Monochromatic Colors of #FAC50E
Black with #FAC50E
Text Example
Text Example
White with #FAC50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC50E; }
p { color: rgb(250,197,14); }
H1.HeaderClassName
{
color: #FAC50E;
}
.AnyTagClassName
{
color: #FAC50E;
}
</style>
background-color css
<style>
a { background-color: #FAC50E; }
a { background-color: rgb(250,197,14); }
div.DivClassName
{
background-color: #FAC50E;
}
.BgClassName
{
background-color: #FAC50E;
}
</style>
border-color css
<style>
span { border-color: #FAC50E; }
span { border-color: rgb(250,197,14); }
td.TdClassName
{
border-color: #FAC50E;
}
.TagClassName
{
border-color: #FAC50E;
}
</style>