Shades of Golden Poppy #FAC309
Tints of Golden Poppy #FAC309
RGB
CMYK
RGB Variations
Color information
#FAC309 (or 0xFAC309) is known color: Golden Poppy. HEX triplet: FA, C3 and 09. RGB value is (250,195,9). Sum of RGB (Red+Green+Blue) = 250+195+9=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 9 (3.91% from 255 or 1.98% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC309 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC309 is #053CF6. Grayscale: #BFBFBF. Windows color (decimal): -343287 or 639994. OLE color: 639994.
HSL color Cylindrical-coordinate representation of color #FAC309: hue angle of 46.31º 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 #FAC309 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 9 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.02 |
| HSL | 46.31º | 0.96% | 0.51% | - |
| HSV(B) | 46.31º | 0.96% | 0.98% | - |
| XYZ | 58.99 | 59.37 | 8.61 | - |
| YUV | 190.24 | 25.72 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 9 | 0 | 0.22 | 0.96 | 0.02 | 46.31 | 0.96 | 0.51 |
| Hex | FA | C3 | 9 | 0 | 16 | 60 | 2 | 2E | 60 | 33 |
| Octal | 372 | 303 | 11 | 0 | 26 | 140 | 2 | 56 | 140 | 63 |
| Binary | 11111010 | 11000011 | 1001 | 0 | 10110 | 1100000 | 10 | 101110 | 1100000 | 110011 |
Color Harmonies of #FAC309
Complementary color
Monochromatic Colors of #FAC309
Black with #FAC309
Text Example
Text Example
White with #FAC309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC309; }
p { color: rgb(250,195,9); }
H1.HeaderClassName
{
color: #FAC309;
}
.AnyTagClassName
{
color: #FAC309;
}
</style>
background-color css
<style>
a { background-color: #FAC309; }
a { background-color: rgb(250,195,9); }
div.DivClassName
{
background-color: #FAC309;
}
.BgClassName
{
background-color: #FAC309;
}
</style>
border-color css
<style>
span { border-color: #FAC309; }
span { border-color: rgb(250,195,9); }
td.TdClassName
{
border-color: #FAC309;
}
.TagClassName
{
border-color: #FAC309;
}
</style>