Shades of Golden Poppy #F8C603
Tints of Golden Poppy #F8C603
RGB
CMYK
RGB Variations
Color information
#F8C603 (or 0xF8C603) is known color: Golden Poppy. HEX triplet: F8, C6 and 03. RGB value is (248,198,3). Sum of RGB (Red+Green+Blue) = 248+198+3=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 3 (1.56% from 255 or 0.67% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F8C603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8C603 is #0739FC. Grayscale: #BFBFBF. Windows color (decimal): -473597 or 247544. OLE color: 247544.
HSL color Cylindrical-coordinate representation of color #F8C603: hue angle of 47.76º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8C603 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 198 | 3 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.03 |
| HSL | 47.76º | 0.98% | 0.49% | - |
| HSV(B) | 47.76º | 0.99% | 0.97% | - |
| XYZ | 58.92 | 60.35 | 8.63 | - |
| YUV | 190.72 | 22.07 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 198 | 3 | 0 | 0.20 | 0.99 | 0.03 | 47.76 | 0.98 | 0.49 |
| Hex | F8 | C6 | 3 | 0 | 14 | 63 | 3 | 30 | 62 | 31 |
| Octal | 370 | 306 | 3 | 0 | 24 | 143 | 3 | 60 | 142 | 61 |
| Binary | 11111000 | 11000110 | 11 | 0 | 10100 | 1100011 | 11 | 110000 | 1100010 | 110001 |
Color Harmonies of #F8C603
Complementary color
Monochromatic Colors of #F8C603
Black with #F8C603
Text Example
Text Example
White with #F8C603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8C603; }
p { color: rgb(248,198,3); }
H1.HeaderClassName
{
color: #F8C603;
}
.AnyTagClassName
{
color: #F8C603;
}
</style>
background-color css
<style>
a { background-color: #F8C603; }
a { background-color: rgb(248,198,3); }
div.DivClassName
{
background-color: #F8C603;
}
.BgClassName
{
background-color: #F8C603;
}
</style>
border-color css
<style>
span { border-color: #F8C603; }
span { border-color: rgb(248,198,3); }
td.TdClassName
{
border-color: #F8C603;
}
.TagClassName
{
border-color: #F8C603;
}
</style>