Shades of Moon Yellow #FFC01A
Tints of Moon Yellow #FFC01A
RGB
CMYK
RGB Variations
Color information
#FFC01A (or 0xFFC01A) is known color: Moon Yellow. HEX triplet: FF, C0 and 1A. RGB value is (255,192,26). Sum of RGB (Red+Green+Blue) = 255+192+26=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 26 (10.55% from 255 or 5.50% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC01A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC01A is #003FE5. Grayscale: #C0C0C0. Windows color (decimal): -16358 or 1753343. OLE color: 1753343.
HSL color Cylindrical-coordinate representation of color #FFC01A: hue angle of 43.49º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFC01A is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 26 | - |
| CMYK | 0 | 0.25 | 0.90 | 0 |
| HSL | 43.49º | 1% | 0.55% | - |
| HSV(B) | 43.49º | 0.9% | 1% | - |
| XYZ | 60.28 | 59.03 | 9.2 | - |
| YUV | 191.91 | 34.37 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 26 | 0 | 0.25 | 0.90 | 0 | 43.49 | 1 | 0.55 |
| Hex | FF | C0 | 1A | 0 | 19 | 5A | 0 | 2B | 64 | 37 |
| Octal | 377 | 300 | 32 | 0 | 31 | 132 | 0 | 53 | 144 | 67 |
| Binary | 11111111 | 11000000 | 11010 | 0 | 11001 | 1011010 | 0 | 101011 | 1100100 | 110111 |
Color Harmonies of #FFC01A
Complementary color
Monochromatic Colors of #FFC01A
Black with #FFC01A
Text Example
Text Example
White with #FFC01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC01A; }
p { color: rgb(255,192,26); }
H1.HeaderClassName
{
color: #FFC01A;
}
.AnyTagClassName
{
color: #FFC01A;
}
</style>
background-color css
<style>
a { background-color: #FFC01A; }
a { background-color: rgb(255,192,26); }
div.DivClassName
{
background-color: #FFC01A;
}
.BgClassName
{
background-color: #FFC01A;
}
</style>
border-color css
<style>
span { border-color: #FFC01A; }
span { border-color: rgb(255,192,26); }
td.TdClassName
{
border-color: #FFC01A;
}
.TagClassName
{
border-color: #FFC01A;
}
</style>