Shades of Golden Poppy #F2C700
Tints of Golden Poppy #F2C700
RGB
CMYK
RGB Variations
Color information
#F2C700 (or 0xF2C700) is known color: Golden Poppy. HEX triplet: F2, C7 and 00. RGB value is (242,199,0). Sum of RGB (Red+Green+Blue) = 242+199+0=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 0 (0.39% from 255 or 0% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2C700 is #0D38FF. Grayscale: #BEBEBE. Windows color (decimal): -866560 or 51186. OLE color: 51186.
HSL color Cylindrical-coordinate representation of color #F2C700: hue angle of 49.34º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2C700 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.05 |
| HSL | 49.34º | 1% | 0.47% | - |
| HSV(B) | 49.34º | 1% | 0.95% | - |
| XYZ | 57.04 | 59.72 | 8.52 | - |
| YUV | 189.17 | 21.25 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 0 | 0 | 0.18 | 1 | 0.05 | 49.34 | 1 | 0.47 |
| Hex | F2 | C7 | 0 | 0 | 12 | 64 | 5 | 31 | 64 | 2F |
| Octal | 362 | 307 | 0 | 0 | 22 | 144 | 5 | 61 | 144 | 57 |
| Binary | 11110010 | 11000111 | 0 | 0 | 10010 | 1100100 | 101 | 110001 | 1100100 | 101111 |
Color Harmonies of #F2C700
Complementary color
Monochromatic Colors of #F2C700
Black with #F2C700
Text Example
Text Example
White with #F2C700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C700; }
p { color: rgb(242,199,0); }
H1.HeaderClassName
{
color: #F2C700;
}
.AnyTagClassName
{
color: #F2C700;
}
</style>
background-color css
<style>
a { background-color: #F2C700; }
a { background-color: rgb(242,199,0); }
div.DivClassName
{
background-color: #F2C700;
}
.BgClassName
{
background-color: #F2C700;
}
</style>
border-color css
<style>
span { border-color: #F2C700; }
span { border-color: rgb(242,199,0); }
td.TdClassName
{
border-color: #F2C700;
}
.TagClassName
{
border-color: #F2C700;
}
</style>