Shades of Golden Poppy #FAC409
Tints of Golden Poppy #FAC409
RGB
CMYK
RGB Variations
Color information
#FAC409 (or 0xFAC409) is known color: Golden Poppy. HEX triplet: FA, C4 and 09. RGB value is (250,196,9). Sum of RGB (Red+Green+Blue) = 250+196+9=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 9 (3.91% from 255 or 1.98% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC409 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC409 is #053BF6. Grayscale: #BFBFBF. Windows color (decimal): -343031 or 640250. OLE color: 640250.
HSL color Cylindrical-coordinate representation of color #FAC409: hue angle of 46.56º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FAC409 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 9 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.02 |
| HSL | 46.56º | 0.96% | 0.51% | - |
| HSV(B) | 46.56º | 0.96% | 0.98% | - |
| XYZ | 59.21 | 59.82 | 8.68 | - |
| YUV | 190.83 | 25.39 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 9 | 0 | 0.22 | 0.96 | 0.02 | 46.56 | 0.96 | 0.51 |
| Hex | FA | C4 | 9 | 0 | 16 | 60 | 2 | 2F | 60 | 33 |
| Octal | 372 | 304 | 11 | 0 | 26 | 140 | 2 | 57 | 140 | 63 |
| Binary | 11111010 | 11000100 | 1001 | 0 | 10110 | 1100000 | 10 | 101111 | 1100000 | 110011 |
Color Harmonies of #FAC409
Complementary color
Monochromatic Colors of #FAC409
Black with #FAC409
Text Example
Text Example
White with #FAC409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC409; }
p { color: rgb(250,196,9); }
H1.HeaderClassName
{
color: #FAC409;
}
.AnyTagClassName
{
color: #FAC409;
}
</style>
background-color css
<style>
a { background-color: #FAC409; }
a { background-color: rgb(250,196,9); }
div.DivClassName
{
background-color: #FAC409;
}
.BgClassName
{
background-color: #FAC409;
}
</style>
border-color css
<style>
span { border-color: #FAC409; }
span { border-color: rgb(250,196,9); }
td.TdClassName
{
border-color: #FAC409;
}
.TagClassName
{
border-color: #FAC409;
}
</style>