Shades of Golden Poppy #FBC60D
Tints of Golden Poppy #FBC60D
RGB
CMYK
RGB Variations
Color information
#FBC60D (or 0xFBC60D) is known color: Golden Poppy. HEX triplet: FB, C6 and 0D. RGB value is (251,198,13). Sum of RGB (Red+Green+Blue) = 251+198+13=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 198 (77.73% from 255 or 42.86% from 462); Blue value is 13 (5.47% from 255 or 2.81% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC60D is #0439F2. Grayscale: #C1C1C1. Windows color (decimal): -276979 or 902907. OLE color: 902907.
HSL color Cylindrical-coordinate representation of color #FBC60D: hue angle of 46.64º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBC60D is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 13 | - |
| CMYK | 0 | 0.21 | 0.95 | 0.02 |
| HSL | 46.64º | 0.97% | 0.52% | - |
| HSV(B) | 46.64º | 0.95% | 0.98% | - |
| XYZ | 60.05 | 60.93 | 8.98 | - |
| YUV | 192.76 | 26.56 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 13 | 0 | 0.21 | 0.95 | 0.02 | 46.64 | 0.97 | 0.52 |
| Hex | FB | C6 | D | 0 | 15 | 5F | 2 | 2F | 61 | 34 |
| Octal | 373 | 306 | 15 | 0 | 25 | 137 | 2 | 57 | 141 | 64 |
| Binary | 11111011 | 11000110 | 1101 | 0 | 10101 | 1011111 | 10 | 101111 | 1100001 | 110100 |
Color Harmonies of #FBC60D
Complementary color
Monochromatic Colors of #FBC60D
Black with #FBC60D
Text Example
Text Example
White with #FBC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC60D; }
p { color: rgb(251,198,13); }
H1.HeaderClassName
{
color: #FBC60D;
}
.AnyTagClassName
{
color: #FBC60D;
}
</style>
background-color css
<style>
a { background-color: #FBC60D; }
a { background-color: rgb(251,198,13); }
div.DivClassName
{
background-color: #FBC60D;
}
.BgClassName
{
background-color: #FBC60D;
}
</style>
border-color css
<style>
span { border-color: #FBC60D; }
span { border-color: rgb(251,198,13); }
td.TdClassName
{
border-color: #FBC60D;
}
.TagClassName
{
border-color: #FBC60D;
}
</style>