Shades of Golden Poppy #F9C102
Tints of Golden Poppy #F9C102
RGB
CMYK
RGB Variations
Color information
#F9C102 (or 0xF9C102) is known color: Golden Poppy. HEX triplet: F9, C1 and 02. RGB value is (249,193,2). Sum of RGB (Red+Green+Blue) = 249+193+2=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 2 (1.17% from 255 or 0.45% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C102 is #063EFD. Grayscale: #BCBCBC. Windows color (decimal): -409342 or 180729. OLE color: 180729.
HSL color Cylindrical-coordinate representation of color #F9C102: hue angle of 46.4º 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 #F9C102 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 193 | 2 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.02 |
| HSL | 46.4º | 0.98% | 0.49% | - |
| HSV(B) | 46.4º | 0.99% | 0.98% | - |
| XYZ | 58.15 | 58.28 | 8.24 | - |
| YUV | 187.97 | 23.05 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 193 | 2 | 0 | 0.22 | 0.99 | 0.02 | 46.4 | 0.98 | 0.49 |
| Hex | F9 | C1 | 2 | 0 | 16 | 63 | 2 | 2E | 62 | 31 |
| Octal | 371 | 301 | 2 | 0 | 26 | 143 | 2 | 56 | 142 | 61 |
| Binary | 11111001 | 11000001 | 10 | 0 | 10110 | 1100011 | 10 | 101110 | 1100010 | 110001 |
Color Harmonies of #F9C102
Complementary color
Monochromatic Colors of #F9C102
Black with #F9C102
Text Example
Text Example
White with #F9C102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C102; }
p { color: rgb(249,193,2); }
H1.HeaderClassName
{
color: #F9C102;
}
.AnyTagClassName
{
color: #F9C102;
}
</style>
background-color css
<style>
a { background-color: #F9C102; }
a { background-color: rgb(249,193,2); }
div.DivClassName
{
background-color: #F9C102;
}
.BgClassName
{
background-color: #F9C102;
}
</style>
border-color css
<style>
span { border-color: #F9C102; }
span { border-color: rgb(249,193,2); }
td.TdClassName
{
border-color: #F9C102;
}
.TagClassName
{
border-color: #F9C102;
}
</style>