Shades of Golden Poppy #FAC103
Tints of Golden Poppy #FAC103
RGB
CMYK
RGB Variations
Color information
#FAC103 (or 0xFAC103) is known color: Golden Poppy. HEX triplet: FA, C1 and 03. RGB value is (250,193,3). Sum of RGB (Red+Green+Blue) = 250+193+3=446 (59% of max value = 765). Red value is 250 (98.05% from 255 or 56.05% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 3 (1.56% from 255 or 0.67% from 446); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC103 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC103 is #053EFC. Grayscale: #BDBDBD. Windows color (decimal): -343805 or 246266. OLE color: 246266.
HSL color Cylindrical-coordinate representation of color #FAC103: hue angle of 46.15º 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 #FAC103 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 3 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.02 |
| HSL | 46.15º | 0.98% | 0.5% | - |
| HSV(B) | 46.15º | 0.99% | 0.98% | - |
| XYZ | 58.51 | 58.47 | 8.29 | - |
| YUV | 188.38 | 23.38 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 3 | 0 | 0.23 | 0.99 | 0.02 | 46.15 | 0.98 | 0.5 |
| Hex | FA | C1 | 3 | 0 | 17 | 63 | 2 | 2E | 62 | 32 |
| Octal | 372 | 301 | 3 | 0 | 27 | 143 | 2 | 56 | 142 | 62 |
| Binary | 11111010 | 11000001 | 11 | 0 | 10111 | 1100011 | 10 | 101110 | 1100010 | 110010 |
Color Harmonies of #FAC103
Complementary color
Monochromatic Colors of #FAC103
Black with #FAC103
Text Example
Text Example
White with #FAC103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC103; }
p { color: rgb(250,193,3); }
H1.HeaderClassName
{
color: #FAC103;
}
.AnyTagClassName
{
color: #FAC103;
}
</style>
background-color css
<style>
a { background-color: #FAC103; }
a { background-color: rgb(250,193,3); }
div.DivClassName
{
background-color: #FAC103;
}
.BgClassName
{
background-color: #FAC103;
}
</style>
border-color css
<style>
span { border-color: #FAC103; }
span { border-color: rgb(250,193,3); }
td.TdClassName
{
border-color: #FAC103;
}
.TagClassName
{
border-color: #FAC103;
}
</style>