Shades of Golden Poppy #FBC602
Tints of Golden Poppy #FBC602
RGB
CMYK
RGB Variations
Color information
#FBC602 (or 0xFBC602) is known color: Golden Poppy. HEX triplet: FB, C6 and 02. RGB value is (251,198,2). Sum of RGB (Red+Green+Blue) = 251+198+2=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 2 (1.17% from 255 or 0.44% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC602 is #0439FD. Grayscale: #C0C0C0. Windows color (decimal): -276990 or 182011. OLE color: 182011.
HSL color Cylindrical-coordinate representation of color #FBC602: hue angle of 47.23º 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 #FBC602 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.02 |
| HSL | 47.23º | 0.98% | 0.5% | - |
| HSV(B) | 47.23º | 0.99% | 0.98% | - |
| XYZ | 59.99 | 60.9 | 8.65 | - |
| YUV | 191.5 | 21.06 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 2 | 0 | 0.21 | 0.99 | 0.02 | 47.23 | 0.98 | 0.5 |
| Hex | FB | C6 | 2 | 0 | 15 | 63 | 2 | 2F | 62 | 32 |
| Octal | 373 | 306 | 2 | 0 | 25 | 143 | 2 | 57 | 142 | 62 |
| Binary | 11111011 | 11000110 | 10 | 0 | 10101 | 1100011 | 10 | 101111 | 1100010 | 110010 |
Color Harmonies of #FBC602
Complementary color
Monochromatic Colors of #FBC602
Black with #FBC602
Text Example
Text Example
White with #FBC602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC602; }
p { color: rgb(251,198,2); }
H1.HeaderClassName
{
color: #FBC602;
}
.AnyTagClassName
{
color: #FBC602;
}
</style>
background-color css
<style>
a { background-color: #FBC602; }
a { background-color: rgb(251,198,2); }
div.DivClassName
{
background-color: #FBC602;
}
.BgClassName
{
background-color: #FBC602;
}
</style>
border-color css
<style>
span { border-color: #FBC602; }
span { border-color: rgb(251,198,2); }
td.TdClassName
{
border-color: #FBC602;
}
.TagClassName
{
border-color: #FBC602;
}
</style>