Shades of Golden Poppy #FAC10B
Tints of Golden Poppy #FAC10B
RGB
CMYK
RGB Variations
Color information
#FAC10B (or 0xFAC10B) is known color: Golden Poppy. HEX triplet: FA, C1 and 0B. RGB value is (250,193,11). Sum of RGB (Red+Green+Blue) = 250+193+11=454 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.07% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 11 (4.69% from 255 or 2.42% from 454); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC10B is #053EF4. Grayscale: #BEBEBE. Windows color (decimal): -343797 or 770554. OLE color: 770554.
HSL color Cylindrical-coordinate representation of color #FAC10B: hue angle of 45.69º 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 #FAC10B is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 11 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.02 |
| HSL | 45.69º | 0.96% | 0.51% | - |
| HSV(B) | 45.69º | 0.96% | 0.98% | - |
| XYZ | 58.55 | 58.49 | 8.52 | - |
| YUV | 189.3 | 27.38 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 11 | 0 | 0.23 | 0.96 | 0.02 | 45.69 | 0.96 | 0.51 |
| Hex | FA | C1 | B | 0 | 17 | 60 | 2 | 2E | 60 | 33 |
| Octal | 372 | 301 | 13 | 0 | 27 | 140 | 2 | 56 | 140 | 63 |
| Binary | 11111010 | 11000001 | 1011 | 0 | 10111 | 1100000 | 10 | 101110 | 1100000 | 110011 |
Color Harmonies of #FAC10B
Complementary color
Monochromatic Colors of #FAC10B
Black with #FAC10B
Text Example
Text Example
White with #FAC10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC10B; }
p { color: rgb(250,193,11); }
H1.HeaderClassName
{
color: #FAC10B;
}
.AnyTagClassName
{
color: #FAC10B;
}
</style>
background-color css
<style>
a { background-color: #FAC10B; }
a { background-color: rgb(250,193,11); }
div.DivClassName
{
background-color: #FAC10B;
}
.BgClassName
{
background-color: #FAC10B;
}
</style>
border-color css
<style>
span { border-color: #FAC10B; }
span { border-color: rgb(250,193,11); }
td.TdClassName
{
border-color: #FAC10B;
}
.TagClassName
{
border-color: #FAC10B;
}
</style>