Shades of Moon Yellow #FCBB17
Tints of Moon Yellow #FCBB17
RGB
CMYK
RGB Variations
Color information
#FCBB17 (or 0xFCBB17) is known color: Moon Yellow. HEX triplet: FC, BB and 17. RGB value is (252,187,23). Sum of RGB (Red+Green+Blue) = 252+187+23=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 23 (9.38% from 255 or 4.98% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBB17 is #0344E8. Grayscale: #BCBCBC. Windows color (decimal): -214249 or 1555452. OLE color: 1555452.
HSL color Cylindrical-coordinate representation of color #FCBB17: hue angle of 42.97º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FCBB17 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 23 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.01 |
| HSL | 42.97º | 0.97% | 0.54% | - |
| HSV(B) | 42.97º | 0.91% | 0.99% | - |
| XYZ | 58.07 | 56.3 | 8.62 | - |
| YUV | 187.74 | 35.03 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 23 | 0 | 0.26 | 0.91 | 0.01 | 42.97 | 0.97 | 0.54 |
| Hex | FC | BB | 17 | 0 | 1A | 5B | 1 | 2B | 61 | 36 |
| Octal | 374 | 273 | 27 | 0 | 32 | 133 | 1 | 53 | 141 | 66 |
| Binary | 11111100 | 10111011 | 10111 | 0 | 11010 | 1011011 | 1 | 101011 | 1100001 | 110110 |
Color Harmonies of #FCBB17
Complementary color
Monochromatic Colors of #FCBB17
Black with #FCBB17
Text Example
Text Example
White with #FCBB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB17; }
p { color: rgb(252,187,23); }
H1.HeaderClassName
{
color: #FCBB17;
}
.AnyTagClassName
{
color: #FCBB17;
}
</style>
background-color css
<style>
a { background-color: #FCBB17; }
a { background-color: rgb(252,187,23); }
div.DivClassName
{
background-color: #FCBB17;
}
.BgClassName
{
background-color: #FCBB17;
}
</style>
border-color css
<style>
span { border-color: #FCBB17; }
span { border-color: rgb(252,187,23); }
td.TdClassName
{
border-color: #FCBB17;
}
.TagClassName
{
border-color: #FCBB17;
}
</style>