Shades of Moon Yellow #FCBE14
Tints of Moon Yellow #FCBE14
RGB
CMYK
RGB Variations
Color information
#FCBE14 (or 0xFCBE14) is known color: Moon Yellow. HEX triplet: FC, BE and 14. RGB value is (252,190,20). Sum of RGB (Red+Green+Blue) = 252+190+20=462 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.55% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 20 (8.20% from 255 or 4.33% from 462); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBE14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCBE14 is #0341EB. Grayscale: #BDBDBD. Windows color (decimal): -213484 or 1359612. OLE color: 1359612.
HSL color Cylindrical-coordinate representation of color #FCBE14: hue angle of 43.97º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCBE14 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 190 | 20 | - |
| CMYK | 0 | 0.25 | 0.92 | 0.01 |
| HSL | 43.97º | 0.97% | 0.53% | - |
| HSV(B) | 43.97º | 0.92% | 0.99% | - |
| XYZ | 58.68 | 57.57 | 8.68 | - |
| YUV | 189.16 | 32.54 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 190 | 20 | 0 | 0.25 | 0.92 | 0.01 | 43.97 | 0.97 | 0.53 |
| Hex | FC | BE | 14 | 0 | 19 | 5C | 1 | 2C | 61 | 35 |
| Octal | 374 | 276 | 24 | 0 | 31 | 134 | 1 | 54 | 141 | 65 |
| Binary | 11111100 | 10111110 | 10100 | 0 | 11001 | 1011100 | 1 | 101100 | 1100001 | 110101 |
Color Harmonies of #FCBE14
Complementary color
Monochromatic Colors of #FCBE14
Black with #FCBE14
Text Example
Text Example
White with #FCBE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBE14; }
p { color: rgb(252,190,20); }
H1.HeaderClassName
{
color: #FCBE14;
}
.AnyTagClassName
{
color: #FCBE14;
}
</style>
background-color css
<style>
a { background-color: #FCBE14; }
a { background-color: rgb(252,190,20); }
div.DivClassName
{
background-color: #FCBE14;
}
.BgClassName
{
background-color: #FCBE14;
}
</style>
border-color css
<style>
span { border-color: #FCBE14; }
span { border-color: rgb(252,190,20); }
td.TdClassName
{
border-color: #FCBE14;
}
.TagClassName
{
border-color: #FCBE14;
}
</style>