Shades of Golden Poppy #FAC110
Tints of Golden Poppy #FAC110
RGB
CMYK
RGB Variations
Color information
#FAC110 (or 0xFAC110) is known color: Golden Poppy. HEX triplet: FA, C1 and 10. RGB value is (250,193,16). Sum of RGB (Red+Green+Blue) = 250+193+16=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 193 (75.78% from 255 or 42.05% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC110 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC110 is #053EEF. Grayscale: #BEBEBE. Windows color (decimal): -343792 or 1098234. OLE color: 1098234.
HSL color Cylindrical-coordinate representation of color #FAC110: hue angle of 45.38º 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 #FAC110 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 16 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.02 |
| HSL | 45.38º | 0.96% | 0.52% | - |
| HSV(B) | 45.38º | 0.94% | 0.98% | - |
| XYZ | 58.59 | 58.5 | 8.69 | - |
| YUV | 189.87 | 29.88 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 16 | 0 | 0.23 | 0.94 | 0.02 | 45.38 | 0.96 | 0.52 |
| Hex | FA | C1 | 10 | 0 | 17 | 5E | 2 | 2D | 60 | 34 |
| Octal | 372 | 301 | 20 | 0 | 27 | 136 | 2 | 55 | 140 | 64 |
| Binary | 11111010 | 11000001 | 10000 | 0 | 10111 | 1011110 | 10 | 101101 | 1100000 | 110100 |
Color Harmonies of #FAC110
Complementary color
Monochromatic Colors of #FAC110
Black with #FAC110
Text Example
Text Example
White with #FAC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC110; }
p { color: rgb(250,193,16); }
H1.HeaderClassName
{
color: #FAC110;
}
.AnyTagClassName
{
color: #FAC110;
}
</style>
background-color css
<style>
a { background-color: #FAC110; }
a { background-color: rgb(250,193,16); }
div.DivClassName
{
background-color: #FAC110;
}
.BgClassName
{
background-color: #FAC110;
}
</style>
border-color css
<style>
span { border-color: #FAC110; }
span { border-color: rgb(250,193,16); }
td.TdClassName
{
border-color: #FAC110;
}
.TagClassName
{
border-color: #FAC110;
}
</style>