Shades of Golden Poppy #F9C10C
Tints of Golden Poppy #F9C10C
RGB
CMYK
RGB Variations
Color information
#F9C10C (or 0xF9C10C) is known color: Golden Poppy. HEX triplet: F9, C1 and 0C. RGB value is (249,193,12). Sum of RGB (Red+Green+Blue) = 249+193+12=454 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.85% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C10C is #063EF3. Grayscale: #BDBDBD. Windows color (decimal): -409332 or 836089. OLE color: 836089.
HSL color Cylindrical-coordinate representation of color #F9C10C: hue angle of 45.82º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9C10C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 193 | 12 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.02 |
| HSL | 45.82º | 0.95% | 0.51% | - |
| HSV(B) | 45.82º | 0.95% | 0.98% | - |
| XYZ | 58.2 | 58.31 | 8.53 | - |
| YUV | 189.11 | 28.05 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 193 | 12 | 0 | 0.22 | 0.95 | 0.02 | 45.82 | 0.95 | 0.51 |
| Hex | F9 | C1 | C | 0 | 16 | 5F | 2 | 2E | 5F | 33 |
| Octal | 371 | 301 | 14 | 0 | 26 | 137 | 2 | 56 | 137 | 63 |
| Binary | 11111001 | 11000001 | 1100 | 0 | 10110 | 1011111 | 10 | 101110 | 1011111 | 110011 |
Color Harmonies of #F9C10C
Complementary color
Monochromatic Colors of #F9C10C
Black with #F9C10C
Text Example
Text Example
White with #F9C10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C10C; }
p { color: rgb(249,193,12); }
H1.HeaderClassName
{
color: #F9C10C;
}
.AnyTagClassName
{
color: #F9C10C;
}
</style>
background-color css
<style>
a { background-color: #F9C10C; }
a { background-color: rgb(249,193,12); }
div.DivClassName
{
background-color: #F9C10C;
}
.BgClassName
{
background-color: #F9C10C;
}
</style>
border-color css
<style>
span { border-color: #F9C10C; }
span { border-color: rgb(249,193,12); }
td.TdClassName
{
border-color: #F9C10C;
}
.TagClassName
{
border-color: #F9C10C;
}
</style>