Shades of Moon Yellow #FBC812
Tints of Moon Yellow #FBC812
RGB
CMYK
RGB Variations
Color information
#FBC812 (or 0xFBC812) is known color: Moon Yellow. HEX triplet: FB, C8 and 12. RGB value is (251,200,18). Sum of RGB (Red+Green+Blue) = 251+200+18=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 18 (7.42% from 255 or 3.84% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC812 is #0437ED. Grayscale: #C3C3C3. Windows color (decimal): -276462 or 1231099. OLE color: 1231099.
HSL color Cylindrical-coordinate representation of color #FBC812: hue angle of 46.87º 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 #FBC812 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 18 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.02 |
| HSL | 46.87º | 0.97% | 0.53% | - |
| HSV(B) | 46.87º | 0.93% | 0.98% | - |
| XYZ | 60.55 | 61.86 | 9.32 | - |
| YUV | 194.5 | 28.4 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 18 | 0 | 0.20 | 0.93 | 0.02 | 46.87 | 0.97 | 0.53 |
| Hex | FB | C8 | 12 | 0 | 14 | 5D | 2 | 2F | 61 | 35 |
| Octal | 373 | 310 | 22 | 0 | 24 | 135 | 2 | 57 | 141 | 65 |
| Binary | 11111011 | 11001000 | 10010 | 0 | 10100 | 1011101 | 10 | 101111 | 1100001 | 110101 |
Color Harmonies of #FBC812
Complementary color
Monochromatic Colors of #FBC812
Black with #FBC812
Text Example
Text Example
White with #FBC812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC812; }
p { color: rgb(251,200,18); }
H1.HeaderClassName
{
color: #FBC812;
}
.AnyTagClassName
{
color: #FBC812;
}
</style>
background-color css
<style>
a { background-color: #FBC812; }
a { background-color: rgb(251,200,18); }
div.DivClassName
{
background-color: #FBC812;
}
.BgClassName
{
background-color: #FBC812;
}
</style>
border-color css
<style>
span { border-color: #FBC812; }
span { border-color: rgb(251,200,18); }
td.TdClassName
{
border-color: #FBC812;
}
.TagClassName
{
border-color: #FBC812;
}
</style>