Shades of Moon Yellow #FBC712
Tints of Moon Yellow #FBC712
RGB
CMYK
RGB Variations
Color information
#FBC712 (or 0xFBC712) is known color: Moon Yellow. HEX triplet: FB, C7 and 12. RGB value is (251,199,18). Sum of RGB (Red+Green+Blue) = 251+199+18=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 199 (78.12% from 255 or 42.52% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC712 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC712 is #0438ED. Grayscale: #C2C2C2. Windows color (decimal): -276718 or 1230843. OLE color: 1230843.
HSL color Cylindrical-coordinate representation of color #FBC712: hue angle of 46.61º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FBC712 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 18 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.02 |
| HSL | 46.61º | 0.97% | 0.53% | - |
| HSV(B) | 46.61º | 0.93% | 0.98% | - |
| XYZ | 60.32 | 61.4 | 9.24 | - |
| YUV | 193.91 | 28.73 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 18 | 0 | 0.21 | 0.93 | 0.02 | 46.61 | 0.97 | 0.53 |
| Hex | FB | C7 | 12 | 0 | 15 | 5D | 2 | 2F | 61 | 35 |
| Octal | 373 | 307 | 22 | 0 | 25 | 135 | 2 | 57 | 141 | 65 |
| Binary | 11111011 | 11000111 | 10010 | 0 | 10101 | 1011101 | 10 | 101111 | 1100001 | 110101 |
Color Harmonies of #FBC712
Complementary color
Monochromatic Colors of #FBC712
Black with #FBC712
Text Example
Text Example
White with #FBC712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC712; }
p { color: rgb(251,199,18); }
H1.HeaderClassName
{
color: #FBC712;
}
.AnyTagClassName
{
color: #FBC712;
}
</style>
background-color css
<style>
a { background-color: #FBC712; }
a { background-color: rgb(251,199,18); }
div.DivClassName
{
background-color: #FBC712;
}
.BgClassName
{
background-color: #FBC712;
}
</style>
border-color css
<style>
span { border-color: #FBC712; }
span { border-color: rgb(251,199,18); }
td.TdClassName
{
border-color: #FBC712;
}
.TagClassName
{
border-color: #FBC712;
}
</style>