Shades of Golden Poppy #FBC30E
Tints of Golden Poppy #FBC30E
RGB
CMYK
RGB Variations
Color information
#FBC30E (or 0xFBC30E) is known color: Golden Poppy. HEX triplet: FB, C3 and 0E. RGB value is (251,195,14). Sum of RGB (Red+Green+Blue) = 251+195+14=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 14 (5.86% from 255 or 3.04% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC30E is #043CF1. Grayscale: #BFBFBF. Windows color (decimal): -277746 or 967675. OLE color: 967675.
HSL color Cylindrical-coordinate representation of color #FBC30E: hue angle of 45.82º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FBC30E is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 14 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.02 |
| HSL | 45.82º | 0.97% | 0.52% | - |
| HSV(B) | 45.82º | 0.94% | 0.98% | - |
| XYZ | 59.38 | 59.57 | 8.78 | - |
| YUV | 191.11 | 28.05 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 14 | 0 | 0.22 | 0.94 | 0.02 | 45.82 | 0.97 | 0.52 |
| Hex | FB | C3 | E | 0 | 16 | 5E | 2 | 2E | 61 | 34 |
| Octal | 373 | 303 | 16 | 0 | 26 | 136 | 2 | 56 | 141 | 64 |
| Binary | 11111011 | 11000011 | 1110 | 0 | 10110 | 1011110 | 10 | 101110 | 1100001 | 110100 |
Color Harmonies of #FBC30E
Complementary color
Monochromatic Colors of #FBC30E
Black with #FBC30E
Text Example
Text Example
White with #FBC30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC30E; }
p { color: rgb(251,195,14); }
H1.HeaderClassName
{
color: #FBC30E;
}
.AnyTagClassName
{
color: #FBC30E;
}
</style>
background-color css
<style>
a { background-color: #FBC30E; }
a { background-color: rgb(251,195,14); }
div.DivClassName
{
background-color: #FBC30E;
}
.BgClassName
{
background-color: #FBC30E;
}
</style>
border-color css
<style>
span { border-color: #FBC30E; }
span { border-color: rgb(251,195,14); }
td.TdClassName
{
border-color: #FBC30E;
}
.TagClassName
{
border-color: #FBC30E;
}
</style>