Shades of Moon Yellow #FBC31E
Tints of Moon Yellow #FBC31E
RGB
CMYK
RGB Variations
Color information
#FBC31E (or 0xFBC31E) is known color: Moon Yellow. HEX triplet: FB, C3 and 1E. RGB value is (251,195,30). Sum of RGB (Red+Green+Blue) = 251+195+30=476 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.73% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 30 (12.11% from 255 or 6.30% from 476); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC31E is #043CE1. Grayscale: #C1C1C1. Windows color (decimal): -277730 or 2016251. OLE color: 2016251.
HSL color Cylindrical-coordinate representation of color #FBC31E: hue angle of 44.8º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FBC31E is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 30 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.02 |
| HSL | 44.8º | 0.97% | 0.55% | - |
| HSV(B) | 44.8º | 0.88% | 0.98% | - |
| XYZ | 59.53 | 59.63 | 9.6 | - |
| YUV | 192.93 | 36.05 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 30 | 0 | 0.22 | 0.88 | 0.02 | 44.8 | 0.97 | 0.55 |
| Hex | FB | C3 | 1E | 0 | 16 | 58 | 2 | 2D | 61 | 37 |
| Octal | 373 | 303 | 36 | 0 | 26 | 130 | 2 | 55 | 141 | 67 |
| Binary | 11111011 | 11000011 | 11110 | 0 | 10110 | 1011000 | 10 | 101101 | 1100001 | 110111 |
Color Harmonies of #FBC31E
Complementary color
Monochromatic Colors of #FBC31E
Black with #FBC31E
Text Example
Text Example
White with #FBC31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC31E; }
p { color: rgb(251,195,30); }
H1.HeaderClassName
{
color: #FBC31E;
}
.AnyTagClassName
{
color: #FBC31E;
}
</style>
background-color css
<style>
a { background-color: #FBC31E; }
a { background-color: rgb(251,195,30); }
div.DivClassName
{
background-color: #FBC31E;
}
.BgClassName
{
background-color: #FBC31E;
}
</style>
border-color css
<style>
span { border-color: #FBC31E; }
span { border-color: rgb(251,195,30); }
td.TdClassName
{
border-color: #FBC31E;
}
.TagClassName
{
border-color: #FBC31E;
}
</style>