Shades of Moon Yellow #FCC123
Tints of Moon Yellow #FCC123
RGB
CMYK
RGB Variations
Color information
#FCC123 (or 0xFCC123) is known color: Moon Yellow. HEX triplet: FC, C1 and 23. RGB value is (252,193,35). Sum of RGB (Red+Green+Blue) = 252+193+35=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 35 (14.06% from 255 or 7.29% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC123 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC123 is #033EDC. Grayscale: #C1C1C1. Windows color (decimal): -212701 or 2343420. OLE color: 2343420.
HSL color Cylindrical-coordinate representation of color #FCC123: hue angle of 43.69º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FCC123 is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 193 | 35 | - |
| CMYK | 0 | 0.23 | 0.86 | 0.01 |
| HSL | 43.69º | 0.97% | 0.56% | - |
| HSV(B) | 43.69º | 0.86% | 0.99% | - |
| XYZ | 59.52 | 58.96 | 9.83 | - |
| YUV | 192.63 | 39.05 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 193 | 35 | 0 | 0.23 | 0.86 | 0.01 | 43.69 | 0.97 | 0.56 |
| Hex | FC | C1 | 23 | 0 | 17 | 56 | 1 | 2C | 61 | 38 |
| Octal | 374 | 301 | 43 | 0 | 27 | 126 | 1 | 54 | 141 | 70 |
| Binary | 11111100 | 11000001 | 100011 | 0 | 10111 | 1010110 | 1 | 101100 | 1100001 | 111000 |
Color Harmonies of #FCC123
Complementary color
Monochromatic Colors of #FCC123
Black with #FCC123
Text Example
Text Example
White with #FCC123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC123; }
p { color: rgb(252,193,35); }
H1.HeaderClassName
{
color: #FCC123;
}
.AnyTagClassName
{
color: #FCC123;
}
</style>
background-color css
<style>
a { background-color: #FCC123; }
a { background-color: rgb(252,193,35); }
div.DivClassName
{
background-color: #FCC123;
}
.BgClassName
{
background-color: #FCC123;
}
</style>
border-color css
<style>
span { border-color: #FCC123; }
span { border-color: rgb(252,193,35); }
td.TdClassName
{
border-color: #FCC123;
}
.TagClassName
{
border-color: #FCC123;
}
</style>