Shades of Golden Poppy #FAC310
Tints of Golden Poppy #FAC310
RGB
CMYK
RGB Variations
Color information
#FAC310 (or 0xFAC310) is known color: Golden Poppy. HEX triplet: FA, C3 and 10. RGB value is (250,195,16). Sum of RGB (Red+Green+Blue) = 250+195+16=461 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.23% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC310 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC310 is #053CEF. Grayscale: #BFBFBF. Windows color (decimal): -343280 or 1098746. OLE color: 1098746.
HSL color Cylindrical-coordinate representation of color #FAC310: hue angle of 45.9º 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 #FAC310 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 16 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.02 |
| HSL | 45.9º | 0.96% | 0.52% | - |
| HSV(B) | 45.9º | 0.94% | 0.98% | - |
| XYZ | 59.03 | 59.39 | 8.84 | - |
| YUV | 191.04 | 29.22 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 16 | 0 | 0.22 | 0.94 | 0.02 | 45.9 | 0.96 | 0.52 |
| Hex | FA | C3 | 10 | 0 | 16 | 5E | 2 | 2E | 60 | 34 |
| Octal | 372 | 303 | 20 | 0 | 26 | 136 | 2 | 56 | 140 | 64 |
| Binary | 11111010 | 11000011 | 10000 | 0 | 10110 | 1011110 | 10 | 101110 | 1100000 | 110100 |
Color Harmonies of #FAC310
Complementary color
Monochromatic Colors of #FAC310
Black with #FAC310
Text Example
Text Example
White with #FAC310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC310; }
p { color: rgb(250,195,16); }
H1.HeaderClassName
{
color: #FAC310;
}
.AnyTagClassName
{
color: #FAC310;
}
</style>
background-color css
<style>
a { background-color: #FAC310; }
a { background-color: rgb(250,195,16); }
div.DivClassName
{
background-color: #FAC310;
}
.BgClassName
{
background-color: #FAC310;
}
</style>
border-color css
<style>
span { border-color: #FAC310; }
span { border-color: rgb(250,195,16); }
td.TdClassName
{
border-color: #FAC310;
}
.TagClassName
{
border-color: #FAC310;
}
</style>