Shades of Golden Poppy #FAC307
Tints of Golden Poppy #FAC307
RGB
CMYK
RGB Variations
Color information
#FAC307 (or 0xFAC307) is known color: Golden Poppy. HEX triplet: FA, C3 and 07. RGB value is (250,195,7). Sum of RGB (Red+Green+Blue) = 250+195+7=452 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.31% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 7 (3.12% from 255 or 1.55% from 452); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC307 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC307 is #053CF8. Grayscale: #BEBEBE. Windows color (decimal): -343289 or 508922. OLE color: 508922.
HSL color Cylindrical-coordinate representation of color #FAC307: hue angle of 46.42º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FAC307 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 7 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.02 |
| HSL | 46.42º | 0.96% | 0.5% | - |
| HSV(B) | 46.42º | 0.97% | 0.98% | - |
| XYZ | 58.98 | 59.37 | 8.55 | - |
| YUV | 190.01 | 24.72 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 7 | 0 | 0.22 | 0.97 | 0.02 | 46.42 | 0.96 | 0.5 |
| Hex | FA | C3 | 7 | 0 | 16 | 61 | 2 | 2E | 60 | 32 |
| Octal | 372 | 303 | 7 | 0 | 26 | 141 | 2 | 56 | 140 | 62 |
| Binary | 11111010 | 11000011 | 111 | 0 | 10110 | 1100001 | 10 | 101110 | 1100000 | 110010 |
Color Harmonies of #FAC307
Complementary color
Monochromatic Colors of #FAC307
Black with #FAC307
Text Example
Text Example
White with #FAC307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC307; }
p { color: rgb(250,195,7); }
H1.HeaderClassName
{
color: #FAC307;
}
.AnyTagClassName
{
color: #FAC307;
}
</style>
background-color css
<style>
a { background-color: #FAC307; }
a { background-color: rgb(250,195,7); }
div.DivClassName
{
background-color: #FAC307;
}
.BgClassName
{
background-color: #FAC307;
}
</style>
border-color css
<style>
span { border-color: #FAC307; }
span { border-color: rgb(250,195,7); }
td.TdClassName
{
border-color: #FAC307;
}
.TagClassName
{
border-color: #FAC307;
}
</style>