Shades of Moon Yellow #FCBC17
Tints of Moon Yellow #FCBC17
RGB
CMYK
RGB Variations
Color information
#FCBC17 (or 0xFCBC17) is known color: Moon Yellow. HEX triplet: FC, BC and 17. RGB value is (252,188,23). Sum of RGB (Red+Green+Blue) = 252+188+23=463 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.43% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 23 (9.38% from 255 or 4.97% from 463); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBC17 is #0343E8. Grayscale: #BDBDBD. Windows color (decimal): -213993 or 1555708. OLE color: 1555708.
HSL color Cylindrical-coordinate representation of color #FCBC17: hue angle of 43.23º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCBC17 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 188 | 23 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.01 |
| HSL | 43.23º | 0.97% | 0.54% | - |
| HSV(B) | 43.23º | 0.91% | 0.99% | - |
| XYZ | 58.28 | 56.72 | 8.69 | - |
| YUV | 188.33 | 34.7 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 188 | 23 | 0 | 0.25 | 0.91 | 0.01 | 43.23 | 0.97 | 0.54 |
| Hex | FC | BC | 17 | 0 | 19 | 5B | 1 | 2B | 61 | 36 |
| Octal | 374 | 274 | 27 | 0 | 31 | 133 | 1 | 53 | 141 | 66 |
| Binary | 11111100 | 10111100 | 10111 | 0 | 11001 | 1011011 | 1 | 101011 | 1100001 | 110110 |
Color Harmonies of #FCBC17
Complementary color
Monochromatic Colors of #FCBC17
Black with #FCBC17
Text Example
Text Example
White with #FCBC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBC17; }
p { color: rgb(252,188,23); }
H1.HeaderClassName
{
color: #FCBC17;
}
.AnyTagClassName
{
color: #FCBC17;
}
</style>
background-color css
<style>
a { background-color: #FCBC17; }
a { background-color: rgb(252,188,23); }
div.DivClassName
{
background-color: #FCBC17;
}
.BgClassName
{
background-color: #FCBC17;
}
</style>
border-color css
<style>
span { border-color: #FCBC17; }
span { border-color: rgb(252,188,23); }
td.TdClassName
{
border-color: #FCBC17;
}
.TagClassName
{
border-color: #FCBC17;
}
</style>