Shades of Golden Poppy #FAC00E
Tints of Golden Poppy #FAC00E
RGB
CMYK
RGB Variations
Color information
#FAC00E (or 0xFAC00E) is known color: Golden Poppy. HEX triplet: FA, C0 and 0E. RGB value is (250,192,14). Sum of RGB (Red+Green+Blue) = 250+192+14=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 14 (5.86% from 255 or 3.07% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC00E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC00E is #053FF1. Grayscale: #BDBDBD. Windows color (decimal): -344050 or 966906. OLE color: 966906.
HSL color Cylindrical-coordinate representation of color #FAC00E: hue angle of 45.25º 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 #FAC00E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 14 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.02 |
| HSL | 45.25º | 0.96% | 0.52% | - |
| HSV(B) | 45.25º | 0.94% | 0.98% | - |
| XYZ | 58.35 | 58.05 | 8.55 | - |
| YUV | 189.05 | 29.22 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 14 | 0 | 0.23 | 0.94 | 0.02 | 45.25 | 0.96 | 0.52 |
| Hex | FA | C0 | E | 0 | 17 | 5E | 2 | 2D | 60 | 34 |
| Octal | 372 | 300 | 16 | 0 | 27 | 136 | 2 | 55 | 140 | 64 |
| Binary | 11111010 | 11000000 | 1110 | 0 | 10111 | 1011110 | 10 | 101101 | 1100000 | 110100 |
Color Harmonies of #FAC00E
Complementary color
Monochromatic Colors of #FAC00E
Black with #FAC00E
Text Example
Text Example
White with #FAC00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC00E; }
p { color: rgb(250,192,14); }
H1.HeaderClassName
{
color: #FAC00E;
}
.AnyTagClassName
{
color: #FAC00E;
}
</style>
background-color css
<style>
a { background-color: #FAC00E; }
a { background-color: rgb(250,192,14); }
div.DivClassName
{
background-color: #FAC00E;
}
.BgClassName
{
background-color: #FAC00E;
}
</style>
border-color css
<style>
span { border-color: #FAC00E; }
span { border-color: rgb(250,192,14); }
td.TdClassName
{
border-color: #FAC00E;
}
.TagClassName
{
border-color: #FAC00E;
}
</style>