Shades of Moon Yellow #FCBF18
Tints of Moon Yellow #FCBF18
RGB
CMYK
RGB Variations
Color information
#FCBF18 (or 0xFCBF18) is known color: Moon Yellow. HEX triplet: FC, BF and 18. RGB value is (252,191,24). Sum of RGB (Red+Green+Blue) = 252+191+24=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 24 (9.77% from 255 or 5.14% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBF18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBF18 is #0340E7. Grayscale: #BEBEBE. Windows color (decimal): -213224 or 1622012. OLE color: 1622012.
HSL color Cylindrical-coordinate representation of color #FCBF18: hue angle of 43.95º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCBF18 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 191 | 24 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.01 |
| HSL | 43.95º | 0.97% | 0.54% | - |
| HSV(B) | 43.95º | 0.9% | 0.99% | - |
| XYZ | 58.94 | 58.02 | 8.96 | - |
| YUV | 190.2 | 34.21 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 191 | 24 | 0 | 0.24 | 0.90 | 0.01 | 43.95 | 0.97 | 0.54 |
| Hex | FC | BF | 18 | 0 | 18 | 5A | 1 | 2C | 61 | 36 |
| Octal | 374 | 277 | 30 | 0 | 30 | 132 | 1 | 54 | 141 | 66 |
| Binary | 11111100 | 10111111 | 11000 | 0 | 11000 | 1011010 | 1 | 101100 | 1100001 | 110110 |
Color Harmonies of #FCBF18
Complementary color
Monochromatic Colors of #FCBF18
Black with #FCBF18
Text Example
Text Example
White with #FCBF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBF18; }
p { color: rgb(252,191,24); }
H1.HeaderClassName
{
color: #FCBF18;
}
.AnyTagClassName
{
color: #FCBF18;
}
</style>
background-color css
<style>
a { background-color: #FCBF18; }
a { background-color: rgb(252,191,24); }
div.DivClassName
{
background-color: #FCBF18;
}
.BgClassName
{
background-color: #FCBF18;
}
</style>
border-color css
<style>
span { border-color: #FCBF18; }
span { border-color: rgb(252,191,24); }
td.TdClassName
{
border-color: #FCBF18;
}
.TagClassName
{
border-color: #FCBF18;
}
</style>