Shades of Moon Yellow #FBC013
Tints of Moon Yellow #FBC013
RGB
CMYK
RGB Variations
Color information
#FBC013 (or 0xFBC013) is known color: Moon Yellow. HEX triplet: FB, C0 and 13. RGB value is (251,192,19). Sum of RGB (Red+Green+Blue) = 251+192+19=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 19 (7.81% from 255 or 4.11% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC013 is #043FEC. Grayscale: #BEBEBE. Windows color (decimal): -278509 or 1294587. OLE color: 1294587.
HSL color Cylindrical-coordinate representation of color #FBC013: hue angle of 44.74º 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 #FBC013 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 19 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.02 |
| HSL | 44.74º | 0.97% | 0.53% | - |
| HSV(B) | 44.74º | 0.92% | 0.98% | - |
| XYZ | 58.75 | 58.26 | 8.76 | - |
| YUV | 189.92 | 31.55 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 19 | 0 | 0.24 | 0.92 | 0.02 | 44.74 | 0.97 | 0.53 |
| Hex | FB | C0 | 13 | 0 | 18 | 5C | 2 | 2D | 61 | 35 |
| Octal | 373 | 300 | 23 | 0 | 30 | 134 | 2 | 55 | 141 | 65 |
| Binary | 11111011 | 11000000 | 10011 | 0 | 11000 | 1011100 | 10 | 101101 | 1100001 | 110101 |
Color Harmonies of #FBC013
Complementary color
Monochromatic Colors of #FBC013
Black with #FBC013
Text Example
Text Example
White with #FBC013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC013; }
p { color: rgb(251,192,19); }
H1.HeaderClassName
{
color: #FBC013;
}
.AnyTagClassName
{
color: #FBC013;
}
</style>
background-color css
<style>
a { background-color: #FBC013; }
a { background-color: rgb(251,192,19); }
div.DivClassName
{
background-color: #FBC013;
}
.BgClassName
{
background-color: #FBC013;
}
</style>
border-color css
<style>
span { border-color: #FBC013; }
span { border-color: rgb(251,192,19); }
td.TdClassName
{
border-color: #FBC013;
}
.TagClassName
{
border-color: #FBC013;
}
</style>