Shades of Golden Poppy #FAC403
Tints of Golden Poppy #FAC403
RGB
CMYK
RGB Variations
Color information
#FAC403 (or 0xFAC403) is known color: Golden Poppy. HEX triplet: FA, C4 and 03. RGB value is (250,196,3). Sum of RGB (Red+Green+Blue) = 250+196+3=449 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.68% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 3 (1.56% from 255 or 0.67% from 449); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC403 is #053BFC. Grayscale: #BEBEBE. Windows color (decimal): -343037 or 247034. OLE color: 247034.
HSL color Cylindrical-coordinate representation of color #FAC403: hue angle of 46.88º 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 #FAC403 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 3 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.02 |
| HSL | 46.88º | 0.98% | 0.5% | - |
| HSV(B) | 46.88º | 0.99% | 0.98% | - |
| XYZ | 59.18 | 59.81 | 8.51 | - |
| YUV | 190.14 | 22.39 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 3 | 0 | 0.22 | 0.99 | 0.02 | 46.88 | 0.98 | 0.5 |
| Hex | FA | C4 | 3 | 0 | 16 | 63 | 2 | 2F | 62 | 32 |
| Octal | 372 | 304 | 3 | 0 | 26 | 143 | 2 | 57 | 142 | 62 |
| Binary | 11111010 | 11000100 | 11 | 0 | 10110 | 1100011 | 10 | 101111 | 1100010 | 110010 |
Color Harmonies of #FAC403
Complementary color
Monochromatic Colors of #FAC403
Black with #FAC403
Text Example
Text Example
White with #FAC403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC403; }
p { color: rgb(250,196,3); }
H1.HeaderClassName
{
color: #FAC403;
}
.AnyTagClassName
{
color: #FAC403;
}
</style>
background-color css
<style>
a { background-color: #FAC403; }
a { background-color: rgb(250,196,3); }
div.DivClassName
{
background-color: #FAC403;
}
.BgClassName
{
background-color: #FAC403;
}
</style>
border-color css
<style>
span { border-color: #FAC403; }
span { border-color: rgb(250,196,3); }
td.TdClassName
{
border-color: #FAC403;
}
.TagClassName
{
border-color: #FAC403;
}
</style>