Shades of Golden Poppy #FAC40A
Tints of Golden Poppy #FAC40A
RGB
CMYK
RGB Variations
Color information
#FAC40A (or 0xFAC40A) is known color: Golden Poppy. HEX triplet: FA, C4 and 0A. RGB value is (250,196,10). Sum of RGB (Red+Green+Blue) = 250+196+10=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 10 (4.30% from 255 or 2.19% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC40A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC40A is #053BF5. Grayscale: #BFBFBF. Windows color (decimal): -343030 or 705786. OLE color: 705786.
HSL color Cylindrical-coordinate representation of color #FAC40A: hue angle of 46.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAC40A is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 10 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.02 |
| HSL | 46.5º | 0.96% | 0.51% | - |
| HSV(B) | 46.5º | 0.96% | 0.98% | - |
| XYZ | 59.22 | 59.83 | 8.71 | - |
| YUV | 190.94 | 25.89 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 10 | 0 | 0.22 | 0.96 | 0.02 | 46.5 | 0.96 | 0.51 |
| Hex | FA | C4 | A | 0 | 16 | 60 | 2 | 2E | 60 | 33 |
| Octal | 372 | 304 | 12 | 0 | 26 | 140 | 2 | 56 | 140 | 63 |
| Binary | 11111010 | 11000100 | 1010 | 0 | 10110 | 1100000 | 10 | 101110 | 1100000 | 110011 |
Color Harmonies of #FAC40A
Complementary color
Monochromatic Colors of #FAC40A
Black with #FAC40A
Text Example
Text Example
White with #FAC40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC40A; }
p { color: rgb(250,196,10); }
H1.HeaderClassName
{
color: #FAC40A;
}
.AnyTagClassName
{
color: #FAC40A;
}
</style>
background-color css
<style>
a { background-color: #FAC40A; }
a { background-color: rgb(250,196,10); }
div.DivClassName
{
background-color: #FAC40A;
}
.BgClassName
{
background-color: #FAC40A;
}
</style>
border-color css
<style>
span { border-color: #FAC40A; }
span { border-color: rgb(250,196,10); }
td.TdClassName
{
border-color: #FAC40A;
}
.TagClassName
{
border-color: #FAC40A;
}
</style>