Shades of Golden Poppy #FAC40C
Tints of Golden Poppy #FAC40C
RGB
CMYK
RGB Variations
Color information
#FAC40C (or 0xFAC40C) is known color: Golden Poppy. HEX triplet: FA, C4 and 0C. RGB value is (250,196,12). Sum of RGB (Red+Green+Blue) = 250+196+12=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 196 (76.95% from 255 or 42.79% from 458); Blue value is 12 (5.08% from 255 or 2.62% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC40C is #053BF3. Grayscale: #BFBFBF. Windows color (decimal): -343028 or 836858. OLE color: 836858.
HSL color Cylindrical-coordinate representation of color #FAC40C: hue angle of 46.39º degrees, saturation: 0.96, 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 #FAC40C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 12 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.02 |
| HSL | 46.39º | 0.96% | 0.51% | - |
| HSV(B) | 46.39º | 0.95% | 0.98% | - |
| XYZ | 59.23 | 59.83 | 8.77 | - |
| YUV | 191.17 | 26.89 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 12 | 0 | 0.22 | 0.95 | 0.02 | 46.39 | 0.96 | 0.51 |
| Hex | FA | C4 | C | 0 | 16 | 5F | 2 | 2E | 60 | 33 |
| Octal | 372 | 304 | 14 | 0 | 26 | 137 | 2 | 56 | 140 | 63 |
| Binary | 11111010 | 11000100 | 1100 | 0 | 10110 | 1011111 | 10 | 101110 | 1100000 | 110011 |
Color Harmonies of #FAC40C
Complementary color
Monochromatic Colors of #FAC40C
Black with #FAC40C
Text Example
Text Example
White with #FAC40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC40C; }
p { color: rgb(250,196,12); }
H1.HeaderClassName
{
color: #FAC40C;
}
.AnyTagClassName
{
color: #FAC40C;
}
</style>
background-color css
<style>
a { background-color: #FAC40C; }
a { background-color: rgb(250,196,12); }
div.DivClassName
{
background-color: #FAC40C;
}
.BgClassName
{
background-color: #FAC40C;
}
</style>
border-color css
<style>
span { border-color: #FAC40C; }
span { border-color: rgb(250,196,12); }
td.TdClassName
{
border-color: #FAC40C;
}
.TagClassName
{
border-color: #FAC40C;
}
</style>