Shades of Golden Poppy #FAC206
Tints of Golden Poppy #FAC206
RGB
CMYK
RGB Variations
Color information
#FAC206 (or 0xFAC206) is known color: Golden Poppy. HEX triplet: FA, C2 and 06. RGB value is (250,194,6). Sum of RGB (Red+Green+Blue) = 250+194+6=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 6 (2.73% from 255 or 1.33% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC206 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC206 is #053DF9. Grayscale: #BEBEBE. Windows color (decimal): -343546 or 443130. OLE color: 443130.
HSL color Cylindrical-coordinate representation of color #FAC206: hue angle of 46.23º 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 #FAC206 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 6 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.02 |
| HSL | 46.23º | 0.96% | 0.5% | - |
| HSV(B) | 46.23º | 0.98% | 0.98% | - |
| XYZ | 58.75 | 58.92 | 8.45 | - |
| YUV | 189.31 | 24.55 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 6 | 0 | 0.22 | 0.98 | 0.02 | 46.23 | 0.96 | 0.5 |
| Hex | FA | C2 | 6 | 0 | 16 | 62 | 2 | 2E | 60 | 32 |
| Octal | 372 | 302 | 6 | 0 | 26 | 142 | 2 | 56 | 140 | 62 |
| Binary | 11111010 | 11000010 | 110 | 0 | 10110 | 1100010 | 10 | 101110 | 1100000 | 110010 |
Color Harmonies of #FAC206
Complementary color
Monochromatic Colors of #FAC206
Black with #FAC206
Text Example
Text Example
White with #FAC206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC206; }
p { color: rgb(250,194,6); }
H1.HeaderClassName
{
color: #FAC206;
}
.AnyTagClassName
{
color: #FAC206;
}
</style>
background-color css
<style>
a { background-color: #FAC206; }
a { background-color: rgb(250,194,6); }
div.DivClassName
{
background-color: #FAC206;
}
.BgClassName
{
background-color: #FAC206;
}
</style>
border-color css
<style>
span { border-color: #FAC206; }
span { border-color: rgb(250,194,6); }
td.TdClassName
{
border-color: #FAC206;
}
.TagClassName
{
border-color: #FAC206;
}
</style>