Shades of Golden Poppy #F9C302
Tints of Golden Poppy #F9C302
RGB
CMYK
RGB Variations
Color information
#F9C302 (or 0xF9C302) is known color: Golden Poppy. HEX triplet: F9, C3 and 02. RGB value is (249,195,2). Sum of RGB (Red+Green+Blue) = 249+195+2=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C302 is #063CFD. Grayscale: #BDBDBD. Windows color (decimal): -408830 or 181241. OLE color: 181241.
HSL color Cylindrical-coordinate representation of color #F9C302: hue angle of 46.88º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9C302 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 195 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.02 |
| HSL | 46.88º | 0.98% | 0.49% | - |
| HSV(B) | 46.88º | 0.99% | 0.98% | - |
| XYZ | 58.59 | 59.17 | 8.39 | - |
| YUV | 189.14 | 22.39 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 195 | 2 | 0 | 0.22 | 0.99 | 0.02 | 46.88 | 0.98 | 0.49 |
| Hex | F9 | C3 | 2 | 0 | 16 | 63 | 2 | 2F | 62 | 31 |
| Octal | 371 | 303 | 2 | 0 | 26 | 143 | 2 | 57 | 142 | 61 |
| Binary | 11111001 | 11000011 | 10 | 0 | 10110 | 1100011 | 10 | 101111 | 1100010 | 110001 |
Color Harmonies of #F9C302
Complementary color
Monochromatic Colors of #F9C302
Black with #F9C302
Text Example
Text Example
White with #F9C302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C302; }
p { color: rgb(249,195,2); }
H1.HeaderClassName
{
color: #F9C302;
}
.AnyTagClassName
{
color: #F9C302;
}
</style>
background-color css
<style>
a { background-color: #F9C302; }
a { background-color: rgb(249,195,2); }
div.DivClassName
{
background-color: #F9C302;
}
.BgClassName
{
background-color: #F9C302;
}
</style>
border-color css
<style>
span { border-color: #F9C302; }
span { border-color: rgb(249,195,2); }
td.TdClassName
{
border-color: #F9C302;
}
.TagClassName
{
border-color: #F9C302;
}
</style>