Shades of Moon Yellow #FCBF1D
Tints of Moon Yellow #FCBF1D
RGB
CMYK
RGB Variations
Color information
#FCBF1D (or 0xFCBF1D) is known color: Moon Yellow. HEX triplet: FC, BF and 1D. RGB value is (252,191,29). Sum of RGB (Red+Green+Blue) = 252+191+29=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 29 (11.72% from 255 or 6.14% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBF1D is #0340E2. Grayscale: #BFBFBF. Windows color (decimal): -213219 or 1949692. OLE color: 1949692.
HSL color Cylindrical-coordinate representation of color #FCBF1D: hue angle of 43.59º 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 #FCBF1D is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 29 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.01 |
| HSL | 43.59º | 0.97% | 0.55% | - |
| HSV(B) | 43.59º | 0.88% | 0.99% | - |
| XYZ | 59 | 58.05 | 9.26 | - |
| YUV | 190.77 | 36.71 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 29 | 0 | 0.24 | 0.88 | 0.01 | 43.59 | 0.97 | 0.55 |
| Hex | FC | BF | 1D | 0 | 18 | 58 | 1 | 2C | 61 | 37 |
| Octal | 374 | 277 | 35 | 0 | 30 | 130 | 1 | 54 | 141 | 67 |
| Binary | 11111100 | 10111111 | 11101 | 0 | 11000 | 1011000 | 1 | 101100 | 1100001 | 110111 |
Color Harmonies of #FCBF1D
Complementary color
Monochromatic Colors of #FCBF1D
Black with #FCBF1D
Text Example
Text Example
White with #FCBF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBF1D; }
p { color: rgb(252,191,29); }
H1.HeaderClassName
{
color: #FCBF1D;
}
.AnyTagClassName
{
color: #FCBF1D;
}
</style>
background-color css
<style>
a { background-color: #FCBF1D; }
a { background-color: rgb(252,191,29); }
div.DivClassName
{
background-color: #FCBF1D;
}
.BgClassName
{
background-color: #FCBF1D;
}
</style>
border-color css
<style>
span { border-color: #FCBF1D; }
span { border-color: rgb(252,191,29); }
td.TdClassName
{
border-color: #FCBF1D;
}
.TagClassName
{
border-color: #FCBF1D;
}
</style>