Shades of Golden Poppy #FAC303
Tints of Golden Poppy #FAC303
RGB
CMYK
RGB Variations
Color information
#FAC303 (or 0xFAC303) is known color: Golden Poppy. HEX triplet: FA, C3 and 03. RGB value is (250,195,3). Sum of RGB (Red+Green+Blue) = 250+195+3=448 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.80% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 3 (1.56% from 255 or 0.67% from 448); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC303 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC303 is #053CFC. Grayscale: #BEBEBE. Windows color (decimal): -343293 or 246778. OLE color: 246778.
HSL color Cylindrical-coordinate representation of color #FAC303: hue angle of 46.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FAC303 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 3 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.02 |
| HSL | 46.64º | 0.98% | 0.5% | - |
| HSV(B) | 46.64º | 0.99% | 0.98% | - |
| XYZ | 58.96 | 59.36 | 8.44 | - |
| YUV | 189.56 | 22.72 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 3 | 0 | 0.22 | 0.99 | 0.02 | 46.64 | 0.98 | 0.5 |
| Hex | FA | C3 | 3 | 0 | 16 | 63 | 2 | 2F | 62 | 32 |
| Octal | 372 | 303 | 3 | 0 | 26 | 143 | 2 | 57 | 142 | 62 |
| Binary | 11111010 | 11000011 | 11 | 0 | 10110 | 1100011 | 10 | 101111 | 1100010 | 110010 |
Color Harmonies of #FAC303
Complementary color
Monochromatic Colors of #FAC303
Black with #FAC303
Text Example
Text Example
White with #FAC303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC303; }
p { color: rgb(250,195,3); }
H1.HeaderClassName
{
color: #FAC303;
}
.AnyTagClassName
{
color: #FAC303;
}
</style>
background-color css
<style>
a { background-color: #FAC303; }
a { background-color: rgb(250,195,3); }
div.DivClassName
{
background-color: #FAC303;
}
.BgClassName
{
background-color: #FAC303;
}
</style>
border-color css
<style>
span { border-color: #FAC303; }
span { border-color: rgb(250,195,3); }
td.TdClassName
{
border-color: #FAC303;
}
.TagClassName
{
border-color: #FAC303;
}
</style>