Shades of Moon Yellow #FCBA23
Tints of Moon Yellow #FCBA23
RGB
CMYK
RGB Variations
Color information
#FCBA23 (or 0xFCBA23) is known color: Moon Yellow. HEX triplet: FC, BA and 23. RGB value is (252,186,35). Sum of RGB (Red+Green+Blue) = 252+186+35=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 35 (14.06% from 255 or 7.40% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA23 is #0345DC. Grayscale: #BDBDBD. Windows color (decimal): -214493 or 2341628. OLE color: 2341628.
HSL color Cylindrical-coordinate representation of color #FCBA23: hue angle of 41.75º 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 #FCBA23 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 35 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.01 |
| HSL | 41.75º | 0.97% | 0.56% | - |
| HSV(B) | 41.75º | 0.86% | 0.99% | - |
| XYZ | 58.01 | 55.93 | 9.33 | - |
| YUV | 188.52 | 41.37 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 35 | 0 | 0.26 | 0.86 | 0.01 | 41.75 | 0.97 | 0.56 |
| Hex | FC | BA | 23 | 0 | 1A | 56 | 1 | 2A | 61 | 38 |
| Octal | 374 | 272 | 43 | 0 | 32 | 126 | 1 | 52 | 141 | 70 |
| Binary | 11111100 | 10111010 | 100011 | 0 | 11010 | 1010110 | 1 | 101010 | 1100001 | 111000 |
Color Harmonies of #FCBA23
Complementary color
Monochromatic Colors of #FCBA23
Black with #FCBA23
Text Example
Text Example
White with #FCBA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA23; }
p { color: rgb(252,186,35); }
H1.HeaderClassName
{
color: #FCBA23;
}
.AnyTagClassName
{
color: #FCBA23;
}
</style>
background-color css
<style>
a { background-color: #FCBA23; }
a { background-color: rgb(252,186,35); }
div.DivClassName
{
background-color: #FCBA23;
}
.BgClassName
{
background-color: #FCBA23;
}
</style>
border-color css
<style>
span { border-color: #FCBA23; }
span { border-color: rgb(252,186,35); }
td.TdClassName
{
border-color: #FCBA23;
}
.TagClassName
{
border-color: #FCBA23;
}
</style>