Shades of Golden Poppy #FAC10D
Tints of Golden Poppy #FAC10D
RGB
CMYK
RGB Variations
Color information
#FAC10D (or 0xFAC10D) is known color: Golden Poppy. HEX triplet: FA, C1 and 0D. RGB value is (250,193,13). Sum of RGB (Red+Green+Blue) = 250+193+13=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 13 (5.47% from 255 or 2.85% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC10D is #053EF2. Grayscale: #BEBEBE. Windows color (decimal): -343795 or 901626. OLE color: 901626.
HSL color Cylindrical-coordinate representation of color #FAC10D: hue angle of 45.57º 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 #FAC10D is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 13 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.02 |
| HSL | 45.57º | 0.96% | 0.52% | - |
| HSV(B) | 45.57º | 0.95% | 0.98% | - |
| XYZ | 58.57 | 58.49 | 8.58 | - |
| YUV | 189.52 | 28.38 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 13 | 0 | 0.23 | 0.95 | 0.02 | 45.57 | 0.96 | 0.52 |
| Hex | FA | C1 | D | 0 | 17 | 5F | 2 | 2E | 60 | 34 |
| Octal | 372 | 301 | 15 | 0 | 27 | 137 | 2 | 56 | 140 | 64 |
| Binary | 11111010 | 11000001 | 1101 | 0 | 10111 | 1011111 | 10 | 101110 | 1100000 | 110100 |
Color Harmonies of #FAC10D
Complementary color
Monochromatic Colors of #FAC10D
Black with #FAC10D
Text Example
Text Example
White with #FAC10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC10D; }
p { color: rgb(250,193,13); }
H1.HeaderClassName
{
color: #FAC10D;
}
.AnyTagClassName
{
color: #FAC10D;
}
</style>
background-color css
<style>
a { background-color: #FAC10D; }
a { background-color: rgb(250,193,13); }
div.DivClassName
{
background-color: #FAC10D;
}
.BgClassName
{
background-color: #FAC10D;
}
</style>
border-color css
<style>
span { border-color: #FAC10D; }
span { border-color: rgb(250,193,13); }
td.TdClassName
{
border-color: #FAC10D;
}
.TagClassName
{
border-color: #FAC10D;
}
</style>