Shades of Moon Yellow #FCBB15
Tints of Moon Yellow #FCBB15
RGB
CMYK
RGB Variations
Color information
#FCBB15 (or 0xFCBB15) is known color: Moon Yellow. HEX triplet: FC, BB and 15. RGB value is (252,187,21). Sum of RGB (Red+Green+Blue) = 252+187+21=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 21 (8.59% from 255 or 4.57% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBB15 is #0344EA. Grayscale: #BCBCBC. Windows color (decimal): -214251 or 1424380. OLE color: 1424380.
HSL color Cylindrical-coordinate representation of color #FCBB15: hue angle of 43.12º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCBB15 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 21 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.01 |
| HSL | 43.12º | 0.97% | 0.54% | - |
| HSV(B) | 43.12º | 0.92% | 0.99% | - |
| XYZ | 58.05 | 56.29 | 8.51 | - |
| YUV | 187.51 | 34.03 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 21 | 0 | 0.26 | 0.92 | 0.01 | 43.12 | 0.97 | 0.54 |
| Hex | FC | BB | 15 | 0 | 1A | 5C | 1 | 2B | 61 | 36 |
| Octal | 374 | 273 | 25 | 0 | 32 | 134 | 1 | 53 | 141 | 66 |
| Binary | 11111100 | 10111011 | 10101 | 0 | 11010 | 1011100 | 1 | 101011 | 1100001 | 110110 |
Color Harmonies of #FCBB15
Complementary color
Monochromatic Colors of #FCBB15
Black with #FCBB15
Text Example
Text Example
White with #FCBB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB15; }
p { color: rgb(252,187,21); }
H1.HeaderClassName
{
color: #FCBB15;
}
.AnyTagClassName
{
color: #FCBB15;
}
</style>
background-color css
<style>
a { background-color: #FCBB15; }
a { background-color: rgb(252,187,21); }
div.DivClassName
{
background-color: #FCBB15;
}
.BgClassName
{
background-color: #FCBB15;
}
</style>
border-color css
<style>
span { border-color: #FCBB15; }
span { border-color: rgb(252,187,21); }
td.TdClassName
{
border-color: #FCBB15;
}
.TagClassName
{
border-color: #FCBB15;
}
</style>