Shades of Golden Poppy #FAC102
Tints of Golden Poppy #FAC102
RGB
CMYK
RGB Variations
Color information
#FAC102 (or 0xFAC102) is known color: Golden Poppy. HEX triplet: FA, C1 and 02. RGB value is (250,193,2). Sum of RGB (Red+Green+Blue) = 250+193+2=445 (58% of max value = 765). Red value is 250 (98.05% from 255 or 56.18% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC102 is #053EFD. Grayscale: #BDBDBD. Windows color (decimal): -343806 or 180730. OLE color: 180730.
HSL color Cylindrical-coordinate representation of color #FAC102: hue angle of 46.21º 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 #FAC102 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.02 |
| HSL | 46.21º | 0.98% | 0.49% | - |
| HSV(B) | 46.21º | 0.99% | 0.98% | - |
| XYZ | 58.51 | 58.47 | 8.26 | - |
| YUV | 188.27 | 22.88 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 2 | 0 | 0.23 | 0.99 | 0.02 | 46.21 | 0.98 | 0.49 |
| Hex | FA | C1 | 2 | 0 | 17 | 63 | 2 | 2E | 62 | 31 |
| Octal | 372 | 301 | 2 | 0 | 27 | 143 | 2 | 56 | 142 | 61 |
| Binary | 11111010 | 11000001 | 10 | 0 | 10111 | 1100011 | 10 | 101110 | 1100010 | 110001 |
Color Harmonies of #FAC102
Complementary color
Monochromatic Colors of #FAC102
Black with #FAC102
Text Example
Text Example
White with #FAC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC102; }
p { color: rgb(250,193,2); }
H1.HeaderClassName
{
color: #FAC102;
}
.AnyTagClassName
{
color: #FAC102;
}
</style>
background-color css
<style>
a { background-color: #FAC102; }
a { background-color: rgb(250,193,2); }
div.DivClassName
{
background-color: #FAC102;
}
.BgClassName
{
background-color: #FAC102;
}
</style>
border-color css
<style>
span { border-color: #FAC102; }
span { border-color: rgb(250,193,2); }
td.TdClassName
{
border-color: #FAC102;
}
.TagClassName
{
border-color: #FAC102;
}
</style>