Shades of Golden Poppy #F0C703
Tints of Golden Poppy #F0C703
RGB
CMYK
RGB Variations
Color information
#F0C703 (or 0xF0C703) is known color: Golden Poppy. HEX triplet: F0, C7 and 03. RGB value is (240,199,3). Sum of RGB (Red+Green+Blue) = 240+199+3=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 199 (78.12% from 255 or 45.02% from 442); Blue value is 3 (1.56% from 255 or 0.68% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C703 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C703 is #0F38FC. Grayscale: #BDBDBD. Windows color (decimal): -997629 or 247792. OLE color: 247792.
HSL color Cylindrical-coordinate representation of color #F0C703: hue angle of 49.62º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0C703 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 3 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.06 |
| HSL | 49.62º | 0.98% | 0.48% | - |
| HSV(B) | 49.62º | 0.99% | 0.94% | - |
| XYZ | 56.38 | 59.38 | 8.58 | - |
| YUV | 188.92 | 23.08 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 3 | 0 | 0.17 | 0.99 | 0.06 | 49.62 | 0.98 | 0.48 |
| Hex | F0 | C7 | 3 | 0 | 11 | 63 | 6 | 32 | 62 | 30 |
| Octal | 360 | 307 | 3 | 0 | 21 | 143 | 6 | 62 | 142 | 60 |
| Binary | 11110000 | 11000111 | 11 | 0 | 10001 | 1100011 | 110 | 110010 | 1100010 | 110000 |
Color Harmonies of #F0C703
Complementary color
Monochromatic Colors of #F0C703
Black with #F0C703
Text Example
Text Example
White with #F0C703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C703; }
p { color: rgb(240,199,3); }
H1.HeaderClassName
{
color: #F0C703;
}
.AnyTagClassName
{
color: #F0C703;
}
</style>
background-color css
<style>
a { background-color: #F0C703; }
a { background-color: rgb(240,199,3); }
div.DivClassName
{
background-color: #F0C703;
}
.BgClassName
{
background-color: #F0C703;
}
</style>
border-color css
<style>
span { border-color: #F0C703; }
span { border-color: rgb(240,199,3); }
td.TdClassName
{
border-color: #F0C703;
}
.TagClassName
{
border-color: #F0C703;
}
</style>