Shades of Golden Poppy #FBC603
Tints of Golden Poppy #FBC603
RGB
CMYK
RGB Variations
Color information
#FBC603 (or 0xFBC603) is known color: Golden Poppy. HEX triplet: FB, C6 and 03. RGB value is (251,198,3). Sum of RGB (Red+Green+Blue) = 251+198+3=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 3 (1.56% from 255 or 0.66% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC603 is #0439FC. Grayscale: #C0C0C0. Windows color (decimal): -276989 or 247547. OLE color: 247547.
HSL color Cylindrical-coordinate representation of color #FBC603: hue angle of 47.18º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBC603 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 3 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.02 |
| HSL | 47.18º | 0.98% | 0.5% | - |
| HSV(B) | 47.18º | 0.99% | 0.98% | - |
| XYZ | 59.99 | 60.9 | 8.68 | - |
| YUV | 191.62 | 21.56 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 3 | 0 | 0.21 | 0.99 | 0.02 | 47.18 | 0.98 | 0.5 |
| Hex | FB | C6 | 3 | 0 | 15 | 63 | 2 | 2F | 62 | 32 |
| Octal | 373 | 306 | 3 | 0 | 25 | 143 | 2 | 57 | 142 | 62 |
| Binary | 11111011 | 11000110 | 11 | 0 | 10101 | 1100011 | 10 | 101111 | 1100010 | 110010 |
Color Harmonies of #FBC603
Complementary color
Monochromatic Colors of #FBC603
Black with #FBC603
Text Example
Text Example
White with #FBC603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC603; }
p { color: rgb(251,198,3); }
H1.HeaderClassName
{
color: #FBC603;
}
.AnyTagClassName
{
color: #FBC603;
}
</style>
background-color css
<style>
a { background-color: #FBC603; }
a { background-color: rgb(251,198,3); }
div.DivClassName
{
background-color: #FBC603;
}
.BgClassName
{
background-color: #FBC603;
}
</style>
border-color css
<style>
span { border-color: #FBC603; }
span { border-color: rgb(251,198,3); }
td.TdClassName
{
border-color: #FBC603;
}
.TagClassName
{
border-color: #FBC603;
}
</style>