Shades of Moon Yellow #FBC217
Tints of Moon Yellow #FBC217
RGB
CMYK
RGB Variations
Color information
#FBC217 (or 0xFBC217) is known color: Moon Yellow. HEX triplet: FB, C2 and 17. RGB value is (251,194,23). Sum of RGB (Red+Green+Blue) = 251+194+23=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 23 (9.38% from 255 or 4.91% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC217 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC217 is #043DE8. Grayscale: #C0C0C0. Windows color (decimal): -277993 or 1557243. OLE color: 1557243.
HSL color Cylindrical-coordinate representation of color #FBC217: hue angle of 45º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FBC217 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 23 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.02 |
| HSL | 45º | 0.97% | 0.54% | - |
| HSV(B) | 45º | 0.91% | 0.98% | - |
| XYZ | 59.23 | 59.15 | 9.11 | - |
| YUV | 191.55 | 32.88 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 23 | 0 | 0.23 | 0.91 | 0.02 | 45 | 0.97 | 0.54 |
| Hex | FB | C2 | 17 | 0 | 17 | 5B | 2 | 2D | 61 | 36 |
| Octal | 373 | 302 | 27 | 0 | 27 | 133 | 2 | 55 | 141 | 66 |
| Binary | 11111011 | 11000010 | 10111 | 0 | 10111 | 1011011 | 10 | 101101 | 1100001 | 110110 |
Color Harmonies of #FBC217
Complementary color
Monochromatic Colors of #FBC217
Black with #FBC217
Text Example
Text Example
White with #FBC217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC217; }
p { color: rgb(251,194,23); }
H1.HeaderClassName
{
color: #FBC217;
}
.AnyTagClassName
{
color: #FBC217;
}
</style>
background-color css
<style>
a { background-color: #FBC217; }
a { background-color: rgb(251,194,23); }
div.DivClassName
{
background-color: #FBC217;
}
.BgClassName
{
background-color: #FBC217;
}
</style>
border-color css
<style>
span { border-color: #FBC217; }
span { border-color: rgb(251,194,23); }
td.TdClassName
{
border-color: #FBC217;
}
.TagClassName
{
border-color: #FBC217;
}
</style>