Shades of Moon Yellow #FCBD1D
Tints of Moon Yellow #FCBD1D
RGB
CMYK
RGB Variations
Color information
#FCBD1D (or 0xFCBD1D) is known color: Moon Yellow. HEX triplet: FC, BD and 1D. RGB value is (252,189,29). Sum of RGB (Red+Green+Blue) = 252+189+29=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 29 (11.72% from 255 or 6.17% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD1D is #0342E2. Grayscale: #BEBEBE. Windows color (decimal): -213731 or 1949180. OLE color: 1949180.
HSL color Cylindrical-coordinate representation of color #FCBD1D: hue angle of 43.05º 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 #FCBD1D is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 189 | 29 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.01 |
| HSL | 43.05º | 0.97% | 0.55% | - |
| HSV(B) | 43.05º | 0.88% | 0.99% | - |
| XYZ | 58.56 | 57.18 | 9.11 | - |
| YUV | 189.6 | 37.37 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 189 | 29 | 0 | 0.25 | 0.88 | 0.01 | 43.05 | 0.97 | 0.55 |
| Hex | FC | BD | 1D | 0 | 19 | 58 | 1 | 2B | 61 | 37 |
| Octal | 374 | 275 | 35 | 0 | 31 | 130 | 1 | 53 | 141 | 67 |
| Binary | 11111100 | 10111101 | 11101 | 0 | 11001 | 1011000 | 1 | 101011 | 1100001 | 110111 |
Color Harmonies of #FCBD1D
Complementary color
Monochromatic Colors of #FCBD1D
Black with #FCBD1D
Text Example
Text Example
White with #FCBD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBD1D; }
p { color: rgb(252,189,29); }
H1.HeaderClassName
{
color: #FCBD1D;
}
.AnyTagClassName
{
color: #FCBD1D;
}
</style>
background-color css
<style>
a { background-color: #FCBD1D; }
a { background-color: rgb(252,189,29); }
div.DivClassName
{
background-color: #FCBD1D;
}
.BgClassName
{
background-color: #FCBD1D;
}
</style>
border-color css
<style>
span { border-color: #FCBD1D; }
span { border-color: rgb(252,189,29); }
td.TdClassName
{
border-color: #FCBD1D;
}
.TagClassName
{
border-color: #FCBD1D;
}
</style>