Shades of Golden Poppy #FAC20F
Tints of Golden Poppy #FAC20F
RGB
CMYK
RGB Variations
Color information
#FAC20F (or 0xFAC20F) is known color: Golden Poppy. HEX triplet: FA, C2 and 0F. RGB value is (250,194,15). Sum of RGB (Red+Green+Blue) = 250+194+15=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 15 (6.25% from 255 or 3.27% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC20F is #053DF0. Grayscale: #BFBFBF. Windows color (decimal): -343537 or 1032954. OLE color: 1032954.
HSL color Cylindrical-coordinate representation of color #FAC20F: hue angle of 45.7º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FAC20F is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 15 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.02 |
| HSL | 45.7º | 0.96% | 0.52% | - |
| HSV(B) | 45.7º | 0.94% | 0.98% | - |
| XYZ | 58.8 | 58.94 | 8.73 | - |
| YUV | 190.34 | 29.05 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 15 | 0 | 0.22 | 0.94 | 0.02 | 45.7 | 0.96 | 0.52 |
| Hex | FA | C2 | F | 0 | 16 | 5E | 2 | 2E | 60 | 34 |
| Octal | 372 | 302 | 17 | 0 | 26 | 136 | 2 | 56 | 140 | 64 |
| Binary | 11111010 | 11000010 | 1111 | 0 | 10110 | 1011110 | 10 | 101110 | 1100000 | 110100 |
Color Harmonies of #FAC20F
Complementary color
Monochromatic Colors of #FAC20F
Black with #FAC20F
Text Example
Text Example
White with #FAC20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC20F; }
p { color: rgb(250,194,15); }
H1.HeaderClassName
{
color: #FAC20F;
}
.AnyTagClassName
{
color: #FAC20F;
}
</style>
background-color css
<style>
a { background-color: #FAC20F; }
a { background-color: rgb(250,194,15); }
div.DivClassName
{
background-color: #FAC20F;
}
.BgClassName
{
background-color: #FAC20F;
}
</style>
border-color css
<style>
span { border-color: #FAC20F; }
span { border-color: rgb(250,194,15); }
td.TdClassName
{
border-color: #FAC20F;
}
.TagClassName
{
border-color: #FAC20F;
}
</style>