Shades of Moon Yellow #FCBC23
Tints of Moon Yellow #FCBC23
RGB
CMYK
RGB Variations
Color information
#FCBC23 (or 0xFCBC23) is known color: Moon Yellow. HEX triplet: FC, BC and 23. RGB value is (252,188,35). Sum of RGB (Red+Green+Blue) = 252+188+35=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 35 (14.06% from 255 or 7.37% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBC23 is #0343DC. Grayscale: #BEBEBE. Windows color (decimal): -213981 or 2342140. OLE color: 2342140.
HSL color Cylindrical-coordinate representation of color #FCBC23: hue angle of 42.3º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FCBC23 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 35 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.01 |
| HSL | 42.3º | 0.97% | 0.56% | - |
| HSV(B) | 42.3º | 0.86% | 0.99% | - |
| XYZ | 58.43 | 56.78 | 9.47 | - |
| YUV | 189.69 | 40.7 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 35 | 0 | 0.25 | 0.86 | 0.01 | 42.3 | 0.97 | 0.56 |
| Hex | FC | BC | 23 | 0 | 19 | 56 | 1 | 2A | 61 | 38 |
| Octal | 374 | 274 | 43 | 0 | 31 | 126 | 1 | 52 | 141 | 70 |
| Binary | 11111100 | 10111100 | 100011 | 0 | 11001 | 1010110 | 1 | 101010 | 1100001 | 111000 |
Color Harmonies of #FCBC23
Complementary color
Monochromatic Colors of #FCBC23
Black with #FCBC23
Text Example
Text Example
White with #FCBC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC23; }
p { color: rgb(252,188,35); }
H1.HeaderClassName
{
color: #FCBC23;
}
.AnyTagClassName
{
color: #FCBC23;
}
</style>
background-color css
<style>
a { background-color: #FCBC23; }
a { background-color: rgb(252,188,35); }
div.DivClassName
{
background-color: #FCBC23;
}
.BgClassName
{
background-color: #FCBC23;
}
</style>
border-color css
<style>
span { border-color: #FCBC23; }
span { border-color: rgb(252,188,35); }
td.TdClassName
{
border-color: #FCBC23;
}
.TagClassName
{
border-color: #FCBC23;
}
</style>