Shades of Golden Poppy #FAC00A
Tints of Golden Poppy #FAC00A
RGB
CMYK
RGB Variations
Color information
#FAC00A (or 0xFAC00A) is known color: Golden Poppy. HEX triplet: FA, C0 and 0A. RGB value is (250,192,10). Sum of RGB (Red+Green+Blue) = 250+192+10=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 10 (4.30% from 255 or 2.21% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC00A is #053FF5. Grayscale: #BDBDBD. Windows color (decimal): -344054 or 704762. OLE color: 704762.
HSL color Cylindrical-coordinate representation of color #FAC00A: hue angle of 45.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 #FAC00A is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 10 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.02 |
| HSL | 45.5º | 0.96% | 0.51% | - |
| HSV(B) | 45.5º | 0.96% | 0.98% | - |
| XYZ | 58.33 | 58.05 | 8.42 | - |
| YUV | 188.59 | 27.22 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 10 | 0 | 0.23 | 0.96 | 0.02 | 45.5 | 0.96 | 0.51 |
| Hex | FA | C0 | A | 0 | 17 | 60 | 2 | 2E | 60 | 33 |
| Octal | 372 | 300 | 12 | 0 | 27 | 140 | 2 | 56 | 140 | 63 |
| Binary | 11111010 | 11000000 | 1010 | 0 | 10111 | 1100000 | 10 | 101110 | 1100000 | 110011 |
Color Harmonies of #FAC00A
Complementary color
Monochromatic Colors of #FAC00A
Black with #FAC00A
Text Example
Text Example
White with #FAC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC00A; }
p { color: rgb(250,192,10); }
H1.HeaderClassName
{
color: #FAC00A;
}
.AnyTagClassName
{
color: #FAC00A;
}
</style>
background-color css
<style>
a { background-color: #FAC00A; }
a { background-color: rgb(250,192,10); }
div.DivClassName
{
background-color: #FAC00A;
}
.BgClassName
{
background-color: #FAC00A;
}
</style>
border-color css
<style>
span { border-color: #FAC00A; }
span { border-color: rgb(250,192,10); }
td.TdClassName
{
border-color: #FAC00A;
}
.TagClassName
{
border-color: #FAC00A;
}
</style>