Shades of Moon Yellow #FBC014
Tints of Moon Yellow #FBC014
RGB
CMYK
RGB Variations
Color information
#FBC014 (or 0xFBC014) is known color: Moon Yellow. HEX triplet: FB, C0 and 14. RGB value is (251,192,20). Sum of RGB (Red+Green+Blue) = 251+192+20=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 20 (8.20% from 255 or 4.32% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC014 is #043FEB. Grayscale: #BEBEBE. Windows color (decimal): -278508 or 1360123. OLE color: 1360123.
HSL color Cylindrical-coordinate representation of color #FBC014: hue angle of 44.68º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FBC014 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 20 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.02 |
| HSL | 44.68º | 0.97% | 0.53% | - |
| HSV(B) | 44.68º | 0.92% | 0.98% | - |
| XYZ | 58.76 | 58.26 | 8.81 | - |
| YUV | 190.03 | 32.05 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 20 | 0 | 0.24 | 0.92 | 0.02 | 44.68 | 0.97 | 0.53 |
| Hex | FB | C0 | 14 | 0 | 18 | 5C | 2 | 2D | 61 | 35 |
| Octal | 373 | 300 | 24 | 0 | 30 | 134 | 2 | 55 | 141 | 65 |
| Binary | 11111011 | 11000000 | 10100 | 0 | 11000 | 1011100 | 10 | 101101 | 1100001 | 110101 |
Color Harmonies of #FBC014
Complementary color
Monochromatic Colors of #FBC014
Black with #FBC014
Text Example
Text Example
White with #FBC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC014; }
p { color: rgb(251,192,20); }
H1.HeaderClassName
{
color: #FBC014;
}
.AnyTagClassName
{
color: #FBC014;
}
</style>
background-color css
<style>
a { background-color: #FBC014; }
a { background-color: rgb(251,192,20); }
div.DivClassName
{
background-color: #FBC014;
}
.BgClassName
{
background-color: #FBC014;
}
</style>
border-color css
<style>
span { border-color: #FBC014; }
span { border-color: rgb(251,192,20); }
td.TdClassName
{
border-color: #FBC014;
}
.TagClassName
{
border-color: #FBC014;
}
</style>