Shades of Golden Poppy #FAC305
Tints of Golden Poppy #FAC305
RGB
CMYK
RGB Variations
Color information
#FAC305 (or 0xFAC305) is known color: Golden Poppy. HEX triplet: FA, C3 and 05. RGB value is (250,195,5). Sum of RGB (Red+Green+Blue) = 250+195+5=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 195 (76.56% from 255 or 43.33% from 450); Blue value is 5 (2.34% from 255 or 1.11% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC305 is #053CFA. Grayscale: #BEBEBE. Windows color (decimal): -343291 or 377850. OLE color: 377850.
HSL color Cylindrical-coordinate representation of color #FAC305: hue angle of 46.53º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FAC305 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 5 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.02 |
| HSL | 46.53º | 0.96% | 0.5% | - |
| HSV(B) | 46.53º | 0.98% | 0.98% | - |
| XYZ | 58.97 | 59.37 | 8.49 | - |
| YUV | 189.79 | 23.72 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 5 | 0 | 0.22 | 0.98 | 0.02 | 46.53 | 0.96 | 0.5 |
| Hex | FA | C3 | 5 | 0 | 16 | 62 | 2 | 2F | 60 | 32 |
| Octal | 372 | 303 | 5 | 0 | 26 | 142 | 2 | 57 | 140 | 62 |
| Binary | 11111010 | 11000011 | 101 | 0 | 10110 | 1100010 | 10 | 101111 | 1100000 | 110010 |
Color Harmonies of #FAC305
Complementary color
Monochromatic Colors of #FAC305
Black with #FAC305
Text Example
Text Example
White with #FAC305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC305; }
p { color: rgb(250,195,5); }
H1.HeaderClassName
{
color: #FAC305;
}
.AnyTagClassName
{
color: #FAC305;
}
</style>
background-color css
<style>
a { background-color: #FAC305; }
a { background-color: rgb(250,195,5); }
div.DivClassName
{
background-color: #FAC305;
}
.BgClassName
{
background-color: #FAC305;
}
</style>
border-color css
<style>
span { border-color: #FAC305; }
span { border-color: rgb(250,195,5); }
td.TdClassName
{
border-color: #FAC305;
}
.TagClassName
{
border-color: #FAC305;
}
</style>