Shades of Golden Poppy #FAC60B
Tints of Golden Poppy #FAC60B
RGB
CMYK
RGB Variations
Color information
#FAC60B (or 0xFAC60B) is known color: Golden Poppy. HEX triplet: FA, C6 and 0B. RGB value is (250,198,11). Sum of RGB (Red+Green+Blue) = 250+198+11=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 11 (4.69% from 255 or 2.40% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC60B is #0539F4. Grayscale: #C1C1C1. Windows color (decimal): -342517 or 771834. OLE color: 771834.
HSL color Cylindrical-coordinate representation of color #FAC60B: hue angle of 46.95º 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 #FAC60B is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 11 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.02 |
| HSL | 46.95º | 0.96% | 0.51% | - |
| HSV(B) | 46.95º | 0.96% | 0.98% | - |
| XYZ | 59.68 | 60.74 | 8.89 | - |
| YUV | 192.23 | 25.73 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 11 | 0 | 0.21 | 0.96 | 0.02 | 46.95 | 0.96 | 0.51 |
| Hex | FA | C6 | B | 0 | 15 | 60 | 2 | 2F | 60 | 33 |
| Octal | 372 | 306 | 13 | 0 | 25 | 140 | 2 | 57 | 140 | 63 |
| Binary | 11111010 | 11000110 | 1011 | 0 | 10101 | 1100000 | 10 | 101111 | 1100000 | 110011 |
Color Harmonies of #FAC60B
Complementary color
Monochromatic Colors of #FAC60B
Black with #FAC60B
Text Example
Text Example
White with #FAC60B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC60B; }
p { color: rgb(250,198,11); }
H1.HeaderClassName
{
color: #FAC60B;
}
.AnyTagClassName
{
color: #FAC60B;
}
</style>
background-color css
<style>
a { background-color: #FAC60B; }
a { background-color: rgb(250,198,11); }
div.DivClassName
{
background-color: #FAC60B;
}
.BgClassName
{
background-color: #FAC60B;
}
</style>
border-color css
<style>
span { border-color: #FAC60B; }
span { border-color: rgb(250,198,11); }
td.TdClassName
{
border-color: #FAC60B;
}
.TagClassName
{
border-color: #FAC60B;
}
</style>