Shades of Moon Yellow #FBC31B
Tints of Moon Yellow #FBC31B
RGB
CMYK
RGB Variations
Color information
#FBC31B (or 0xFBC31B) is known color: Moon Yellow. HEX triplet: FB, C3 and 1B. RGB value is (251,195,27). Sum of RGB (Red+Green+Blue) = 251+195+27=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 27 (10.94% from 255 or 5.71% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC31B is #043CE4. Grayscale: #C1C1C1. Windows color (decimal): -277733 or 1819643. OLE color: 1819643.
HSL color Cylindrical-coordinate representation of color #FBC31B: hue angle of 45º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FBC31B is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 27 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.02 |
| HSL | 45º | 0.97% | 0.55% | - |
| HSV(B) | 45º | 0.89% | 0.98% | - |
| XYZ | 59.5 | 59.62 | 9.41 | - |
| YUV | 192.59 | 34.55 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 27 | 0 | 0.22 | 0.89 | 0.02 | 45 | 0.97 | 0.55 |
| Hex | FB | C3 | 1B | 0 | 16 | 59 | 2 | 2D | 61 | 37 |
| Octal | 373 | 303 | 33 | 0 | 26 | 131 | 2 | 55 | 141 | 67 |
| Binary | 11111011 | 11000011 | 11011 | 0 | 10110 | 1011001 | 10 | 101101 | 1100001 | 110111 |
Color Harmonies of #FBC31B
Complementary color
Monochromatic Colors of #FBC31B
Black with #FBC31B
Text Example
Text Example
White with #FBC31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC31B; }
p { color: rgb(251,195,27); }
H1.HeaderClassName
{
color: #FBC31B;
}
.AnyTagClassName
{
color: #FBC31B;
}
</style>
background-color css
<style>
a { background-color: #FBC31B; }
a { background-color: rgb(251,195,27); }
div.DivClassName
{
background-color: #FBC31B;
}
.BgClassName
{
background-color: #FBC31B;
}
</style>
border-color css
<style>
span { border-color: #FBC31B; }
span { border-color: rgb(251,195,27); }
td.TdClassName
{
border-color: #FBC31B;
}
.TagClassName
{
border-color: #FBC31B;
}
</style>