Shades of Moon Yellow #FCBB1A
Tints of Moon Yellow #FCBB1A
RGB
CMYK
RGB Variations
Color information
#FCBB1A (or 0xFCBB1A) is known color: Moon Yellow. HEX triplet: FC, BB and 1A. RGB value is (252,187,26). Sum of RGB (Red+Green+Blue) = 252+187+26=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 26 (10.55% from 255 or 5.59% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBB1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBB1A is #0344E5. Grayscale: #BCBCBC. Windows color (decimal): -214246 or 1752060. OLE color: 1752060.
HSL color Cylindrical-coordinate representation of color #FCBB1A: hue angle of 42.74º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCBB1A is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 187 | 26 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.01 |
| HSL | 42.74º | 0.97% | 0.55% | - |
| HSV(B) | 42.74º | 0.9% | 0.99% | - |
| XYZ | 58.1 | 56.31 | 8.78 | - |
| YUV | 188.08 | 36.53 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 187 | 26 | 0 | 0.26 | 0.90 | 0.01 | 42.74 | 0.97 | 0.55 |
| Hex | FC | BB | 1A | 0 | 1A | 5A | 1 | 2B | 61 | 37 |
| Octal | 374 | 273 | 32 | 0 | 32 | 132 | 1 | 53 | 141 | 67 |
| Binary | 11111100 | 10111011 | 11010 | 0 | 11010 | 1011010 | 1 | 101011 | 1100001 | 110111 |
Color Harmonies of #FCBB1A
Complementary color
Monochromatic Colors of #FCBB1A
Black with #FCBB1A
Text Example
Text Example
White with #FCBB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBB1A; }
p { color: rgb(252,187,26); }
H1.HeaderClassName
{
color: #FCBB1A;
}
.AnyTagClassName
{
color: #FCBB1A;
}
</style>
background-color css
<style>
a { background-color: #FCBB1A; }
a { background-color: rgb(252,187,26); }
div.DivClassName
{
background-color: #FCBB1A;
}
.BgClassName
{
background-color: #FCBB1A;
}
</style>
border-color css
<style>
span { border-color: #FCBB1A; }
span { border-color: rgb(252,187,26); }
td.TdClassName
{
border-color: #FCBB1A;
}
.TagClassName
{
border-color: #FCBB1A;
}
</style>