Shades of Moon Yellow #FBC716
Tints of Moon Yellow #FBC716
RGB
CMYK
RGB Variations
Color information
#FBC716 (or 0xFBC716) is known color: Moon Yellow. HEX triplet: FB, C7 and 16. RGB value is (251,199,22). Sum of RGB (Red+Green+Blue) = 251+199+22=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC716 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC716 is #0438E9. Grayscale: #C3C3C3. Windows color (decimal): -276714 or 1492987. OLE color: 1492987.
HSL color Cylindrical-coordinate representation of color #FBC716: hue angle of 46.38º 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 #FBC716 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 22 | - |
| CMYK | 0 | 0.21 | 0.91 | 0.02 |
| HSL | 46.38º | 0.97% | 0.54% | - |
| HSV(B) | 46.38º | 0.91% | 0.98% | - |
| XYZ | 60.35 | 61.41 | 9.43 | - |
| YUV | 194.37 | 30.73 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 22 | 0 | 0.21 | 0.91 | 0.02 | 46.38 | 0.97 | 0.54 |
| Hex | FB | C7 | 16 | 0 | 15 | 5B | 2 | 2E | 61 | 36 |
| Octal | 373 | 307 | 26 | 0 | 25 | 133 | 2 | 56 | 141 | 66 |
| Binary | 11111011 | 11000111 | 10110 | 0 | 10101 | 1011011 | 10 | 101110 | 1100001 | 110110 |
Color Harmonies of #FBC716
Complementary color
Monochromatic Colors of #FBC716
Black with #FBC716
Text Example
Text Example
White with #FBC716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC716; }
p { color: rgb(251,199,22); }
H1.HeaderClassName
{
color: #FBC716;
}
.AnyTagClassName
{
color: #FBC716;
}
</style>
background-color css
<style>
a { background-color: #FBC716; }
a { background-color: rgb(251,199,22); }
div.DivClassName
{
background-color: #FBC716;
}
.BgClassName
{
background-color: #FBC716;
}
</style>
border-color css
<style>
span { border-color: #FBC716; }
span { border-color: rgb(251,199,22); }
td.TdClassName
{
border-color: #FBC716;
}
.TagClassName
{
border-color: #FBC716;
}
</style>