Shades of Moon Yellow #FCBA17
Tints of Moon Yellow #FCBA17
RGB
CMYK
RGB Variations
Color information
#FCBA17 (or 0xFCBA17) is known color: Moon Yellow. HEX triplet: FC, BA and 17. RGB value is (252,186,23). Sum of RGB (Red+Green+Blue) = 252+186+23=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 23 (9.38% from 255 or 4.99% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBA17 is #0345E8. Grayscale: #BBBBBB. Windows color (decimal): -214505 or 1555196. OLE color: 1555196.
HSL color Cylindrical-coordinate representation of color #FCBA17: hue angle of 42.71º 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 #FCBA17 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 23 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.01 |
| HSL | 42.71º | 0.97% | 0.54% | - |
| HSV(B) | 42.71º | 0.91% | 0.99% | - |
| XYZ | 57.86 | 55.88 | 8.55 | - |
| YUV | 187.15 | 35.37 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 23 | 0 | 0.26 | 0.91 | 0.01 | 42.71 | 0.97 | 0.54 |
| Hex | FC | BA | 17 | 0 | 1A | 5B | 1 | 2B | 61 | 36 |
| Octal | 374 | 272 | 27 | 0 | 32 | 133 | 1 | 53 | 141 | 66 |
| Binary | 11111100 | 10111010 | 10111 | 0 | 11010 | 1011011 | 1 | 101011 | 1100001 | 110110 |
Color Harmonies of #FCBA17
Complementary color
Monochromatic Colors of #FCBA17
Black with #FCBA17
Text Example
Text Example
White with #FCBA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA17; }
p { color: rgb(252,186,23); }
H1.HeaderClassName
{
color: #FCBA17;
}
.AnyTagClassName
{
color: #FCBA17;
}
</style>
background-color css
<style>
a { background-color: #FCBA17; }
a { background-color: rgb(252,186,23); }
div.DivClassName
{
background-color: #FCBA17;
}
.BgClassName
{
background-color: #FCBA17;
}
</style>
border-color css
<style>
span { border-color: #FCBA17; }
span { border-color: rgb(252,186,23); }
td.TdClassName
{
border-color: #FCBA17;
}
.TagClassName
{
border-color: #FCBA17;
}
</style>