Shades of Golden Poppy #FAC70D
Tints of Golden Poppy #FAC70D
RGB
CMYK
RGB Variations
Color information
#FAC70D (or 0xFAC70D) is known color: Golden Poppy. HEX triplet: FA, C7 and 0D. RGB value is (250,199,13). Sum of RGB (Red+Green+Blue) = 250+199+13=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 199 (78.12% from 255 or 43.07% from 462); Blue value is 13 (5.47% from 255 or 2.81% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC70D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC70D is #0538F2. Grayscale: #C1C1C1. Windows color (decimal): -342259 or 903162. OLE color: 903162.
HSL color Cylindrical-coordinate representation of color #FAC70D: hue angle of 47.09º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FAC70D is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 13 | - |
| CMYK | 0 | 0.20 | 0.95 | 0.02 |
| HSL | 47.09º | 0.96% | 0.52% | - |
| HSV(B) | 47.09º | 0.95% | 0.98% | - |
| XYZ | 59.92 | 61.2 | 9.04 | - |
| YUV | 193.05 | 26.4 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 13 | 0 | 0.20 | 0.95 | 0.02 | 47.09 | 0.96 | 0.52 |
| Hex | FA | C7 | D | 0 | 14 | 5F | 2 | 2F | 60 | 34 |
| Octal | 372 | 307 | 15 | 0 | 24 | 137 | 2 | 57 | 140 | 64 |
| Binary | 11111010 | 11000111 | 1101 | 0 | 10100 | 1011111 | 10 | 101111 | 1100000 | 110100 |
Color Harmonies of #FAC70D
Complementary color
Monochromatic Colors of #FAC70D
Black with #FAC70D
Text Example
Text Example
White with #FAC70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC70D; }
p { color: rgb(250,199,13); }
H1.HeaderClassName
{
color: #FAC70D;
}
.AnyTagClassName
{
color: #FAC70D;
}
</style>
background-color css
<style>
a { background-color: #FAC70D; }
a { background-color: rgb(250,199,13); }
div.DivClassName
{
background-color: #FAC70D;
}
.BgClassName
{
background-color: #FAC70D;
}
</style>
border-color css
<style>
span { border-color: #FAC70D; }
span { border-color: rgb(250,199,13); }
td.TdClassName
{
border-color: #FAC70D;
}
.TagClassName
{
border-color: #FAC70D;
}
</style>