Shades of Golden Poppy #FAC30A
Tints of Golden Poppy #FAC30A
RGB
CMYK
RGB Variations
Color information
#FAC30A (or 0xFAC30A) is known color: Golden Poppy. HEX triplet: FA, C3 and 0A. RGB value is (250,195,10). Sum of RGB (Red+Green+Blue) = 250+195+10=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 10 (4.30% from 255 or 2.20% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC30A is #053CF5. Grayscale: #BFBFBF. Windows color (decimal): -343286 or 705530. OLE color: 705530.
HSL color Cylindrical-coordinate representation of color #FAC30A: hue angle of 46.25º 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 #FAC30A is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 10 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.02 |
| HSL | 46.25º | 0.96% | 0.51% | - |
| HSV(B) | 46.25º | 0.96% | 0.98% | - |
| XYZ | 58.99 | 59.38 | 8.64 | - |
| YUV | 190.36 | 26.22 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 10 | 0 | 0.22 | 0.96 | 0.02 | 46.25 | 0.96 | 0.51 |
| Hex | FA | C3 | A | 0 | 16 | 60 | 2 | 2E | 60 | 33 |
| Octal | 372 | 303 | 12 | 0 | 26 | 140 | 2 | 56 | 140 | 63 |
| Binary | 11111010 | 11000011 | 1010 | 0 | 10110 | 1100000 | 10 | 101110 | 1100000 | 110011 |
Color Harmonies of #FAC30A
Complementary color
Monochromatic Colors of #FAC30A
Black with #FAC30A
Text Example
Text Example
White with #FAC30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC30A; }
p { color: rgb(250,195,10); }
H1.HeaderClassName
{
color: #FAC30A;
}
.AnyTagClassName
{
color: #FAC30A;
}
</style>
background-color css
<style>
a { background-color: #FAC30A; }
a { background-color: rgb(250,195,10); }
div.DivClassName
{
background-color: #FAC30A;
}
.BgClassName
{
background-color: #FAC30A;
}
</style>
border-color css
<style>
span { border-color: #FAC30A; }
span { border-color: rgb(250,195,10); }
td.TdClassName
{
border-color: #FAC30A;
}
.TagClassName
{
border-color: #FAC30A;
}
</style>