Shades of Golden Poppy #FAC306
Tints of Golden Poppy #FAC306
RGB
CMYK
RGB Variations
Color information
#FAC306 (or 0xFAC306) is known color: Golden Poppy. HEX triplet: FA, C3 and 06. RGB value is (250,195,6). Sum of RGB (Red+Green+Blue) = 250+195+6=451 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.43% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 6 (2.73% from 255 or 1.33% from 451); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC306 is #053CF9. Grayscale: #BEBEBE. Windows color (decimal): -343290 or 443386. OLE color: 443386.
HSL color Cylindrical-coordinate representation of color #FAC306: hue angle of 46.48º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAC306 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 6 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.02 |
| HSL | 46.48º | 0.96% | 0.5% | - |
| HSV(B) | 46.48º | 0.98% | 0.98% | - |
| XYZ | 58.97 | 59.37 | 8.52 | - |
| YUV | 189.9 | 24.22 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 6 | 0 | 0.22 | 0.98 | 0.02 | 46.48 | 0.96 | 0.5 |
| Hex | FA | C3 | 6 | 0 | 16 | 62 | 2 | 2E | 60 | 32 |
| Octal | 372 | 303 | 6 | 0 | 26 | 142 | 2 | 56 | 140 | 62 |
| Binary | 11111010 | 11000011 | 110 | 0 | 10110 | 1100010 | 10 | 101110 | 1100000 | 110010 |
Color Harmonies of #FAC306
Complementary color
Monochromatic Colors of #FAC306
Black with #FAC306
Text Example
Text Example
White with #FAC306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC306; }
p { color: rgb(250,195,6); }
H1.HeaderClassName
{
color: #FAC306;
}
.AnyTagClassName
{
color: #FAC306;
}
</style>
background-color css
<style>
a { background-color: #FAC306; }
a { background-color: rgb(250,195,6); }
div.DivClassName
{
background-color: #FAC306;
}
.BgClassName
{
background-color: #FAC306;
}
</style>
border-color css
<style>
span { border-color: #FAC306; }
span { border-color: rgb(250,195,6); }
td.TdClassName
{
border-color: #FAC306;
}
.TagClassName
{
border-color: #FAC306;
}
</style>