Shades of Moon Yellow #FCBA1D
Tints of Moon Yellow #FCBA1D
RGB
CMYK
RGB Variations
Color information
#FCBA1D (or 0xFCBA1D) is known color: Moon Yellow. HEX triplet: FC, BA and 1D. RGB value is (252,186,29). Sum of RGB (Red+Green+Blue) = 252+186+29=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 29 (11.72% from 255 or 6.21% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA1D is #0345E2. Grayscale: #BCBCBC. Windows color (decimal): -214499 or 1948412. OLE color: 1948412.
HSL color Cylindrical-coordinate representation of color #FCBA1D: hue angle of 42.24º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCBA1D is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 29 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.01 |
| HSL | 42.24º | 0.97% | 0.55% | - |
| HSV(B) | 42.24º | 0.88% | 0.99% | - |
| XYZ | 57.93 | 55.9 | 8.9 | - |
| YUV | 187.84 | 38.37 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 29 | 0 | 0.26 | 0.88 | 0.01 | 42.24 | 0.97 | 0.55 |
| Hex | FC | BA | 1D | 0 | 1A | 58 | 1 | 2A | 61 | 37 |
| Octal | 374 | 272 | 35 | 0 | 32 | 130 | 1 | 52 | 141 | 67 |
| Binary | 11111100 | 10111010 | 11101 | 0 | 11010 | 1011000 | 1 | 101010 | 1100001 | 110111 |
Color Harmonies of #FCBA1D
Complementary color
Monochromatic Colors of #FCBA1D
Black with #FCBA1D
Text Example
Text Example
White with #FCBA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA1D; }
p { color: rgb(252,186,29); }
H1.HeaderClassName
{
color: #FCBA1D;
}
.AnyTagClassName
{
color: #FCBA1D;
}
</style>
background-color css
<style>
a { background-color: #FCBA1D; }
a { background-color: rgb(252,186,29); }
div.DivClassName
{
background-color: #FCBA1D;
}
.BgClassName
{
background-color: #FCBA1D;
}
</style>
border-color css
<style>
span { border-color: #FCBA1D; }
span { border-color: rgb(252,186,29); }
td.TdClassName
{
border-color: #FCBA1D;
}
.TagClassName
{
border-color: #FCBA1D;
}
</style>