Shades of Moon Yellow #FBC11B
Tints of Moon Yellow #FBC11B
RGB
CMYK
RGB Variations
Color information
#FBC11B (or 0xFBC11B) is known color: Moon Yellow. HEX triplet: FB, C1 and 1B. RGB value is (251,193,27). Sum of RGB (Red+Green+Blue) = 251+193+27=471 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.29% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 27 (10.94% from 255 or 5.73% from 471); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC11B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC11B is #043EE4. Grayscale: #C0C0C0. Windows color (decimal): -278245 or 1819131. OLE color: 1819131.
HSL color Cylindrical-coordinate representation of color #FBC11B: hue angle of 44.46º 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 #FBC11B is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 27 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.02 |
| HSL | 44.46º | 0.97% | 0.55% | - |
| HSV(B) | 44.46º | 0.89% | 0.98% | - |
| XYZ | 59.05 | 58.73 | 9.26 | - |
| YUV | 191.42 | 35.22 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 27 | 0 | 0.23 | 0.89 | 0.02 | 44.46 | 0.97 | 0.55 |
| Hex | FB | C1 | 1B | 0 | 17 | 59 | 2 | 2C | 61 | 37 |
| Octal | 373 | 301 | 33 | 0 | 27 | 131 | 2 | 54 | 141 | 67 |
| Binary | 11111011 | 11000001 | 11011 | 0 | 10111 | 1011001 | 10 | 101100 | 1100001 | 110111 |
Color Harmonies of #FBC11B
Complementary color
Monochromatic Colors of #FBC11B
Black with #FBC11B
Text Example
Text Example
White with #FBC11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC11B; }
p { color: rgb(251,193,27); }
H1.HeaderClassName
{
color: #FBC11B;
}
.AnyTagClassName
{
color: #FBC11B;
}
</style>
background-color css
<style>
a { background-color: #FBC11B; }
a { background-color: rgb(251,193,27); }
div.DivClassName
{
background-color: #FBC11B;
}
.BgClassName
{
background-color: #FBC11B;
}
</style>
border-color css
<style>
span { border-color: #FBC11B; }
span { border-color: rgb(251,193,27); }
td.TdClassName
{
border-color: #FBC11B;
}
.TagClassName
{
border-color: #FBC11B;
}
</style>