Shades of Golden Poppy #FAC002
Tints of Golden Poppy #FAC002
RGB
CMYK
RGB Variations
Color information
#FAC002 (or 0xFAC002) is known color: Golden Poppy. HEX triplet: FA, C0 and 02. RGB value is (250,192,2). Sum of RGB (Red+Green+Blue) = 250+192+2=444 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.31% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 2 (1.17% from 255 or 0.45% from 444); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC002 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC002 is #053FFD. Grayscale: #BCBCBC. Windows color (decimal): -344062 or 180474. OLE color: 180474.
HSL color Cylindrical-coordinate representation of color #FAC002: hue angle of 45.97º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAC002 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.02 |
| HSL | 45.97º | 0.98% | 0.49% | - |
| HSV(B) | 45.97º | 0.99% | 0.98% | - |
| XYZ | 58.28 | 58.03 | 8.19 | - |
| YUV | 187.68 | 23.22 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 2 | 0 | 0.23 | 0.99 | 0.02 | 45.97 | 0.98 | 0.49 |
| Hex | FA | C0 | 2 | 0 | 17 | 63 | 2 | 2E | 62 | 31 |
| Octal | 372 | 300 | 2 | 0 | 27 | 143 | 2 | 56 | 142 | 61 |
| Binary | 11111010 | 11000000 | 10 | 0 | 10111 | 1100011 | 10 | 101110 | 1100010 | 110001 |
Color Harmonies of #FAC002
Complementary color
Monochromatic Colors of #FAC002
Black with #FAC002
Text Example
Text Example
White with #FAC002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC002; }
p { color: rgb(250,192,2); }
H1.HeaderClassName
{
color: #FAC002;
}
.AnyTagClassName
{
color: #FAC002;
}
</style>
background-color css
<style>
a { background-color: #FAC002; }
a { background-color: rgb(250,192,2); }
div.DivClassName
{
background-color: #FAC002;
}
.BgClassName
{
background-color: #FAC002;
}
</style>
border-color css
<style>
span { border-color: #FAC002; }
span { border-color: rgb(250,192,2); }
td.TdClassName
{
border-color: #FAC002;
}
.TagClassName
{
border-color: #FAC002;
}
</style>