Shades of Moon Yellow #FBC224
Tints of Moon Yellow #FBC224
RGB
CMYK
RGB Variations
Color information
#FBC224 (or 0xFBC224) is known color: Moon Yellow. HEX triplet: FB, C2 and 24. RGB value is (251,194,36). Sum of RGB (Red+Green+Blue) = 251+194+36=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 36 (14.45% from 255 or 7.48% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBC224 is #043DDB. Grayscale: #C1C1C1. Windows color (decimal): -277980 or 2409211. OLE color: 2409211.
HSL color Cylindrical-coordinate representation of color #FBC224: hue angle of 44.09º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FBC224 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 36 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.02 |
| HSL | 44.09º | 0.96% | 0.56% | - |
| HSV(B) | 44.09º | 0.86% | 0.98% | - |
| XYZ | 59.39 | 59.22 | 9.97 | - |
| YUV | 193.03 | 39.38 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 36 | 0 | 0.23 | 0.86 | 0.02 | 44.09 | 0.96 | 0.56 |
| Hex | FB | C2 | 24 | 0 | 17 | 56 | 2 | 2C | 60 | 38 |
| Octal | 373 | 302 | 44 | 0 | 27 | 126 | 2 | 54 | 140 | 70 |
| Binary | 11111011 | 11000010 | 100100 | 0 | 10111 | 1010110 | 10 | 101100 | 1100000 | 111000 |
Color Harmonies of #FBC224
Complementary color
Monochromatic Colors of #FBC224
Black with #FBC224
Text Example
Text Example
White with #FBC224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC224; }
p { color: rgb(251,194,36); }
H1.HeaderClassName
{
color: #FBC224;
}
.AnyTagClassName
{
color: #FBC224;
}
</style>
background-color css
<style>
a { background-color: #FBC224; }
a { background-color: rgb(251,194,36); }
div.DivClassName
{
background-color: #FBC224;
}
.BgClassName
{
background-color: #FBC224;
}
</style>
border-color css
<style>
span { border-color: #FBC224; }
span { border-color: rgb(251,194,36); }
td.TdClassName
{
border-color: #FBC224;
}
.TagClassName
{
border-color: #FBC224;
}
</style>