Shades of Moon Yellow #FCBC18
Tints of Moon Yellow #FCBC18
RGB
CMYK
RGB Variations
Color information
#FCBC18 (or 0xFCBC18) is known color: Moon Yellow. HEX triplet: FC, BC and 18. RGB value is (252,188,24). Sum of RGB (Red+Green+Blue) = 252+188+24=464 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.31% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 24 (9.77% from 255 or 5.17% from 464); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC18 is #0343E7. Grayscale: #BDBDBD. Windows color (decimal): -213992 or 1621244. OLE color: 1621244.
HSL color Cylindrical-coordinate representation of color #FCBC18: hue angle of 43.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCBC18 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 24 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.01 |
| HSL | 43.16º | 0.97% | 0.54% | - |
| HSV(B) | 43.16º | 0.9% | 0.99% | - |
| XYZ | 58.29 | 56.73 | 8.74 | - |
| YUV | 188.44 | 35.2 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 24 | 0 | 0.25 | 0.90 | 0.01 | 43.16 | 0.97 | 0.54 |
| Hex | FC | BC | 18 | 0 | 19 | 5A | 1 | 2B | 61 | 36 |
| Octal | 374 | 274 | 30 | 0 | 31 | 132 | 1 | 53 | 141 | 66 |
| Binary | 11111100 | 10111100 | 11000 | 0 | 11001 | 1011010 | 1 | 101011 | 1100001 | 110110 |
Color Harmonies of #FCBC18
Complementary color
Monochromatic Colors of #FCBC18
Black with #FCBC18
Text Example
Text Example
White with #FCBC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC18; }
p { color: rgb(252,188,24); }
H1.HeaderClassName
{
color: #FCBC18;
}
.AnyTagClassName
{
color: #FCBC18;
}
</style>
background-color css
<style>
a { background-color: #FCBC18; }
a { background-color: rgb(252,188,24); }
div.DivClassName
{
background-color: #FCBC18;
}
.BgClassName
{
background-color: #FCBC18;
}
</style>
border-color css
<style>
span { border-color: #FCBC18; }
span { border-color: rgb(252,188,24); }
td.TdClassName
{
border-color: #FCBC18;
}
.TagClassName
{
border-color: #FCBC18;
}
</style>