Shades of Golden Poppy #FAC00D
Tints of Golden Poppy #FAC00D
RGB
CMYK
RGB Variations
Color information
#FAC00D (or 0xFAC00D) is known color: Golden Poppy. HEX triplet: FA, C0 and 0D. RGB value is (250,192,13). Sum of RGB (Red+Green+Blue) = 250+192+13=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 13 (5.47% from 255 or 2.86% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC00D is #053FF2. Grayscale: #BDBDBD. Windows color (decimal): -344051 or 901370. OLE color: 901370.
HSL color Cylindrical-coordinate representation of color #FAC00D: hue angle of 45.32º 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 #FAC00D is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 13 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.02 |
| HSL | 45.32º | 0.96% | 0.52% | - |
| HSV(B) | 45.32º | 0.95% | 0.98% | - |
| XYZ | 58.35 | 58.05 | 8.51 | - |
| YUV | 188.94 | 28.72 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 13 | 0 | 0.23 | 0.95 | 0.02 | 45.32 | 0.96 | 0.52 |
| Hex | FA | C0 | D | 0 | 17 | 5F | 2 | 2D | 60 | 34 |
| Octal | 372 | 300 | 15 | 0 | 27 | 137 | 2 | 55 | 140 | 64 |
| Binary | 11111010 | 11000000 | 1101 | 0 | 10111 | 1011111 | 10 | 101101 | 1100000 | 110100 |
Color Harmonies of #FAC00D
Complementary color
Monochromatic Colors of #FAC00D
Black with #FAC00D
Text Example
Text Example
White with #FAC00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC00D; }
p { color: rgb(250,192,13); }
H1.HeaderClassName
{
color: #FAC00D;
}
.AnyTagClassName
{
color: #FAC00D;
}
</style>
background-color css
<style>
a { background-color: #FAC00D; }
a { background-color: rgb(250,192,13); }
div.DivClassName
{
background-color: #FAC00D;
}
.BgClassName
{
background-color: #FAC00D;
}
</style>
border-color css
<style>
span { border-color: #FAC00D; }
span { border-color: rgb(250,192,13); }
td.TdClassName
{
border-color: #FAC00D;
}
.TagClassName
{
border-color: #FAC00D;
}
</style>