Shades of Golden Poppy #FAC203
Tints of Golden Poppy #FAC203
RGB
CMYK
RGB Variations
Color information
#FAC203 (or 0xFAC203) is known color: Golden Poppy. HEX triplet: FA, C2 and 03. RGB value is (250,194,3). Sum of RGB (Red+Green+Blue) = 250+194+3=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 3 (1.56% from 255 or 0.67% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC203 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC203 is #053DFC. Grayscale: #BDBDBD. Windows color (decimal): -343549 or 246522. OLE color: 246522.
HSL color Cylindrical-coordinate representation of color #FAC203: hue angle of 46.4º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAC203 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 3 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.02 |
| HSL | 46.4º | 0.98% | 0.5% | - |
| HSV(B) | 46.4º | 0.99% | 0.98% | - |
| XYZ | 58.73 | 58.91 | 8.36 | - |
| YUV | 188.97 | 23.05 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 3 | 0 | 0.22 | 0.99 | 0.02 | 46.4 | 0.98 | 0.5 |
| Hex | FA | C2 | 3 | 0 | 16 | 63 | 2 | 2E | 62 | 32 |
| Octal | 372 | 302 | 3 | 0 | 26 | 143 | 2 | 56 | 142 | 62 |
| Binary | 11111010 | 11000010 | 11 | 0 | 10110 | 1100011 | 10 | 101110 | 1100010 | 110010 |
Color Harmonies of #FAC203
Complementary color
Monochromatic Colors of #FAC203
Black with #FAC203
Text Example
Text Example
White with #FAC203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC203; }
p { color: rgb(250,194,3); }
H1.HeaderClassName
{
color: #FAC203;
}
.AnyTagClassName
{
color: #FAC203;
}
</style>
background-color css
<style>
a { background-color: #FAC203; }
a { background-color: rgb(250,194,3); }
div.DivClassName
{
background-color: #FAC203;
}
.BgClassName
{
background-color: #FAC203;
}
</style>
border-color css
<style>
span { border-color: #FAC203; }
span { border-color: rgb(250,194,3); }
td.TdClassName
{
border-color: #FAC203;
}
.TagClassName
{
border-color: #FAC203;
}
</style>