Shades of Moon Yellow #FBC123
Tints of Moon Yellow #FBC123
RGB
CMYK
RGB Variations
Color information
#FBC123 (or 0xFBC123) is known color: Moon Yellow. HEX triplet: FB, C1 and 23. RGB value is (251,193,35). Sum of RGB (Red+Green+Blue) = 251+193+35=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 35 (14.06% from 255 or 7.31% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC123 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC123 is #043EDC. Grayscale: #C1C1C1. Windows color (decimal): -278237 or 2343419. OLE color: 2343419.
HSL color Cylindrical-coordinate representation of color #FBC123: hue angle of 43.89º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FBC123 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 35 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.02 |
| HSL | 43.89º | 0.96% | 0.56% | - |
| HSV(B) | 43.89º | 0.86% | 0.98% | - |
| XYZ | 59.16 | 58.77 | 9.82 | - |
| YUV | 192.33 | 39.22 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 35 | 0 | 0.23 | 0.86 | 0.02 | 43.89 | 0.96 | 0.56 |
| Hex | FB | C1 | 23 | 0 | 17 | 56 | 2 | 2C | 60 | 38 |
| Octal | 373 | 301 | 43 | 0 | 27 | 126 | 2 | 54 | 140 | 70 |
| Binary | 11111011 | 11000001 | 100011 | 0 | 10111 | 1010110 | 10 | 101100 | 1100000 | 111000 |
Color Harmonies of #FBC123
Complementary color
Monochromatic Colors of #FBC123
Black with #FBC123
Text Example
Text Example
White with #FBC123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC123; }
p { color: rgb(251,193,35); }
H1.HeaderClassName
{
color: #FBC123;
}
.AnyTagClassName
{
color: #FBC123;
}
</style>
background-color css
<style>
a { background-color: #FBC123; }
a { background-color: rgb(251,193,35); }
div.DivClassName
{
background-color: #FBC123;
}
.BgClassName
{
background-color: #FBC123;
}
</style>
border-color css
<style>
span { border-color: #FBC123; }
span { border-color: rgb(251,193,35); }
td.TdClassName
{
border-color: #FBC123;
}
.TagClassName
{
border-color: #FBC123;
}
</style>