Shades of Moon Yellow #FFC01D
Tints of Moon Yellow #FFC01D
RGB
CMYK
RGB Variations
Color information
#FFC01D (or 0xFFC01D) is known color: Moon Yellow. HEX triplet: FF, C0 and 1D. RGB value is (255,192,29). Sum of RGB (Red+Green+Blue) = 255+192+29=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 192 (75.39% from 255 or 40.34% from 476); Blue value is 29 (11.72% from 255 or 6.09% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC01D is #003FE2. Grayscale: #C0C0C0. Windows color (decimal): -16355 or 1949951. OLE color: 1949951.
HSL color Cylindrical-coordinate representation of color #FFC01D: hue angle of 43.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFC01D is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 29 | - |
| CMYK | 0 | 0.25 | 0.89 | 0 |
| HSL | 43.27º | 1% | 0.56% | - |
| HSV(B) | 43.27º | 0.89% | 1% | - |
| XYZ | 60.31 | 59.05 | 9.38 | - |
| YUV | 192.26 | 35.87 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 29 | 0 | 0.25 | 0.89 | 0 | 43.27 | 1 | 0.56 |
| Hex | FF | C0 | 1D | 0 | 19 | 59 | 0 | 2B | 64 | 38 |
| Octal | 377 | 300 | 35 | 0 | 31 | 131 | 0 | 53 | 144 | 70 |
| Binary | 11111111 | 11000000 | 11101 | 0 | 11001 | 1011001 | 0 | 101011 | 1100100 | 111000 |
Color Harmonies of #FFC01D
Complementary color
Monochromatic Colors of #FFC01D
Black with #FFC01D
Text Example
Text Example
White with #FFC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC01D; }
p { color: rgb(255,192,29); }
H1.HeaderClassName
{
color: #FFC01D;
}
.AnyTagClassName
{
color: #FFC01D;
}
</style>
background-color css
<style>
a { background-color: #FFC01D; }
a { background-color: rgb(255,192,29); }
div.DivClassName
{
background-color: #FFC01D;
}
.BgClassName
{
background-color: #FFC01D;
}
</style>
border-color css
<style>
span { border-color: #FFC01D; }
span { border-color: rgb(255,192,29); }
td.TdClassName
{
border-color: #FFC01D;
}
.TagClassName
{
border-color: #FFC01D;
}
</style>