Shades of Golden Poppy #FBC702
Tints of Golden Poppy #FBC702
RGB
CMYK
RGB Variations
Color information
#FBC702 (or 0xFBC702) is known color: Golden Poppy. HEX triplet: FB, C7 and 02. RGB value is (251,199,2). Sum of RGB (Red+Green+Blue) = 251+199+2=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 2 (1.17% from 255 or 0.44% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC702 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC702 is #0438FD. Grayscale: #C0C0C0. Windows color (decimal): -276734 or 182267. OLE color: 182267.
HSL color Cylindrical-coordinate representation of color #FBC702: hue angle of 47.47º 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 #FBC702 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 2 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.02 |
| HSL | 47.47º | 0.98% | 0.5% | - |
| HSV(B) | 47.47º | 0.99% | 0.98% | - |
| XYZ | 60.22 | 61.36 | 8.73 | - |
| YUV | 192.09 | 20.73 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 2 | 0 | 0.21 | 0.99 | 0.02 | 47.47 | 0.98 | 0.5 |
| Hex | FB | C7 | 2 | 0 | 15 | 63 | 2 | 2F | 62 | 32 |
| Octal | 373 | 307 | 2 | 0 | 25 | 143 | 2 | 57 | 142 | 62 |
| Binary | 11111011 | 11000111 | 10 | 0 | 10101 | 1100011 | 10 | 101111 | 1100010 | 110010 |
Color Harmonies of #FBC702
Complementary color
Monochromatic Colors of #FBC702
Black with #FBC702
Text Example
Text Example
White with #FBC702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC702; }
p { color: rgb(251,199,2); }
H1.HeaderClassName
{
color: #FBC702;
}
.AnyTagClassName
{
color: #FBC702;
}
</style>
background-color css
<style>
a { background-color: #FBC702; }
a { background-color: rgb(251,199,2); }
div.DivClassName
{
background-color: #FBC702;
}
.BgClassName
{
background-color: #FBC702;
}
</style>
border-color css
<style>
span { border-color: #FBC702; }
span { border-color: rgb(251,199,2); }
td.TdClassName
{
border-color: #FBC702;
}
.TagClassName
{
border-color: #FBC702;
}
</style>