Shades of Moon Yellow #FCBB1D
Tints of Moon Yellow #FCBB1D
RGB
CMYK
RGB Variations
Color information
#FCBB1D (or 0xFCBB1D) is known color: Moon Yellow. HEX triplet: FC, BB and 1D. RGB value is (252,187,29). Sum of RGB (Red+Green+Blue) = 252+187+29=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 29 (11.72% from 255 or 6.20% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBB1D is #0344E2. Grayscale: #BDBDBD. Windows color (decimal): -214243 or 1948668. OLE color: 1948668.
HSL color Cylindrical-coordinate representation of color #FCBB1D: hue angle of 42.51º 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 #FCBB1D is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 29 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.01 |
| HSL | 42.51º | 0.97% | 0.55% | - |
| HSV(B) | 42.51º | 0.88% | 0.99% | - |
| XYZ | 58.14 | 56.32 | 8.97 | - |
| YUV | 188.42 | 38.03 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 29 | 0 | 0.26 | 0.88 | 0.01 | 42.51 | 0.97 | 0.55 |
| Hex | FC | BB | 1D | 0 | 1A | 58 | 1 | 2B | 61 | 37 |
| Octal | 374 | 273 | 35 | 0 | 32 | 130 | 1 | 53 | 141 | 67 |
| Binary | 11111100 | 10111011 | 11101 | 0 | 11010 | 1011000 | 1 | 101011 | 1100001 | 110111 |
Color Harmonies of #FCBB1D
Complementary color
Monochromatic Colors of #FCBB1D
Black with #FCBB1D
Text Example
Text Example
White with #FCBB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB1D; }
p { color: rgb(252,187,29); }
H1.HeaderClassName
{
color: #FCBB1D;
}
.AnyTagClassName
{
color: #FCBB1D;
}
</style>
background-color css
<style>
a { background-color: #FCBB1D; }
a { background-color: rgb(252,187,29); }
div.DivClassName
{
background-color: #FCBB1D;
}
.BgClassName
{
background-color: #FCBB1D;
}
</style>
border-color css
<style>
span { border-color: #FCBB1D; }
span { border-color: rgb(252,187,29); }
td.TdClassName
{
border-color: #FCBB1D;
}
.TagClassName
{
border-color: #FCBB1D;
}
</style>