Shades of Golden Poppy #FAC10A
Tints of Golden Poppy #FAC10A
RGB
CMYK
RGB Variations
Color information
#FAC10A (or 0xFAC10A) is known color: Golden Poppy. HEX triplet: FA, C1 and 0A. RGB value is (250,193,10). Sum of RGB (Red+Green+Blue) = 250+193+10=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 10 (4.30% from 255 or 2.21% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC10A is #053EF5. Grayscale: #BDBDBD. Windows color (decimal): -343798 or 705018. OLE color: 705018.
HSL color Cylindrical-coordinate representation of color #FAC10A: hue angle of 45.75º 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 #FAC10A is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 10 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.02 |
| HSL | 45.75º | 0.96% | 0.51% | - |
| HSV(B) | 45.75º | 0.96% | 0.98% | - |
| XYZ | 58.55 | 58.49 | 8.49 | - |
| YUV | 189.18 | 26.88 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 10 | 0 | 0.23 | 0.96 | 0.02 | 45.75 | 0.96 | 0.51 |
| Hex | FA | C1 | A | 0 | 17 | 60 | 2 | 2E | 60 | 33 |
| Octal | 372 | 301 | 12 | 0 | 27 | 140 | 2 | 56 | 140 | 63 |
| Binary | 11111010 | 11000001 | 1010 | 0 | 10111 | 1100000 | 10 | 101110 | 1100000 | 110011 |
Color Harmonies of #FAC10A
Complementary color
Monochromatic Colors of #FAC10A
Black with #FAC10A
Text Example
Text Example
White with #FAC10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC10A; }
p { color: rgb(250,193,10); }
H1.HeaderClassName
{
color: #FAC10A;
}
.AnyTagClassName
{
color: #FAC10A;
}
</style>
background-color css
<style>
a { background-color: #FAC10A; }
a { background-color: rgb(250,193,10); }
div.DivClassName
{
background-color: #FAC10A;
}
.BgClassName
{
background-color: #FAC10A;
}
</style>
border-color css
<style>
span { border-color: #FAC10A; }
span { border-color: rgb(250,193,10); }
td.TdClassName
{
border-color: #FAC10A;
}
.TagClassName
{
border-color: #FAC10A;
}
</style>