Shades of Golden Poppy #FAC008
Tints of Golden Poppy #FAC008
RGB
CMYK
RGB Variations
Color information
#FAC008 (or 0xFAC008) is known color: Golden Poppy. HEX triplet: FA, C0 and 08. RGB value is (250,192,8). Sum of RGB (Red+Green+Blue) = 250+192+8=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 8 (3.52% from 255 or 1.78% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC008 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC008 is #053FF7. Grayscale: #BDBDBD. Windows color (decimal): -344056 or 573690. OLE color: 573690.
HSL color Cylindrical-coordinate representation of color #FAC008: hue angle of 45.62º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAC008 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 8 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.02 |
| HSL | 45.62º | 0.96% | 0.51% | - |
| HSV(B) | 45.62º | 0.97% | 0.98% | - |
| XYZ | 58.32 | 58.04 | 8.36 | - |
| YUV | 188.37 | 26.22 | 171.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 8 | 0 | 0.23 | 0.97 | 0.02 | 45.62 | 0.96 | 0.51 |
| Hex | FA | C0 | 8 | 0 | 17 | 61 | 2 | 2E | 60 | 33 |
| Octal | 372 | 300 | 10 | 0 | 27 | 141 | 2 | 56 | 140 | 63 |
| Binary | 11111010 | 11000000 | 1000 | 0 | 10111 | 1100001 | 10 | 101110 | 1100000 | 110011 |
Color Harmonies of #FAC008
Complementary color
Monochromatic Colors of #FAC008
Black with #FAC008
Text Example
Text Example
White with #FAC008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC008; }
p { color: rgb(250,192,8); }
H1.HeaderClassName
{
color: #FAC008;
}
.AnyTagClassName
{
color: #FAC008;
}
</style>
background-color css
<style>
a { background-color: #FAC008; }
a { background-color: rgb(250,192,8); }
div.DivClassName
{
background-color: #FAC008;
}
.BgClassName
{
background-color: #FAC008;
}
</style>
border-color css
<style>
span { border-color: #FAC008; }
span { border-color: rgb(250,192,8); }
td.TdClassName
{
border-color: #FAC008;
}
.TagClassName
{
border-color: #FAC008;
}
</style>