Shades of Golden Poppy #FAC70A
Tints of Golden Poppy #FAC70A
RGB
CMYK
RGB Variations
Color information
#FAC70A (or 0xFAC70A) is known color: Golden Poppy. HEX triplet: FA, C7 and 0A. RGB value is (250,199,10). Sum of RGB (Red+Green+Blue) = 250+199+10=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 10 (4.30% from 255 or 2.18% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC70A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC70A is #0538F5. Grayscale: #C1C1C1. Windows color (decimal): -342262 or 706554. OLE color: 706554.
HSL color Cylindrical-coordinate representation of color #FAC70A: hue angle of 47.25º 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 #FAC70A is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 10 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.02 |
| HSL | 47.25º | 0.96% | 0.51% | - |
| HSV(B) | 47.25º | 0.96% | 0.98% | - |
| XYZ | 59.9 | 61.19 | 8.94 | - |
| YUV | 192.7 | 24.9 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 10 | 0 | 0.20 | 0.96 | 0.02 | 47.25 | 0.96 | 0.51 |
| Hex | FA | C7 | A | 0 | 14 | 60 | 2 | 2F | 60 | 33 |
| Octal | 372 | 307 | 12 | 0 | 24 | 140 | 2 | 57 | 140 | 63 |
| Binary | 11111010 | 11000111 | 1010 | 0 | 10100 | 1100000 | 10 | 101111 | 1100000 | 110011 |
Color Harmonies of #FAC70A
Complementary color
Monochromatic Colors of #FAC70A
Black with #FAC70A
Text Example
Text Example
White with #FAC70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC70A; }
p { color: rgb(250,199,10); }
H1.HeaderClassName
{
color: #FAC70A;
}
.AnyTagClassName
{
color: #FAC70A;
}
</style>
background-color css
<style>
a { background-color: #FAC70A; }
a { background-color: rgb(250,199,10); }
div.DivClassName
{
background-color: #FAC70A;
}
.BgClassName
{
background-color: #FAC70A;
}
</style>
border-color css
<style>
span { border-color: #FAC70A; }
span { border-color: rgb(250,199,10); }
td.TdClassName
{
border-color: #FAC70A;
}
.TagClassName
{
border-color: #FAC70A;
}
</style>