Shades of Moon Yellow #FFC018
Tints of Moon Yellow #FFC018
RGB
CMYK
RGB Variations
Color information
#FFC018 (or 0xFFC018) is known color: Moon Yellow. HEX triplet: FF, C0 and 18. RGB value is (255,192,24). Sum of RGB (Red+Green+Blue) = 255+192+24=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 24 (9.77% from 255 or 5.10% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC018 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC018 is #003FE7. Grayscale: #C0C0C0. Windows color (decimal): -16360 or 1622271. OLE color: 1622271.
HSL color Cylindrical-coordinate representation of color #FFC018: hue angle of 43.64º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFC018 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 192 | 24 | - |
| CMYK | 0 | 0.25 | 0.91 | 0 |
| HSL | 43.64º | 1% | 0.55% | - |
| HSV(B) | 43.64º | 0.91% | 1% | - |
| XYZ | 60.25 | 59.03 | 9.08 | - |
| YUV | 191.69 | 33.37 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 192 | 24 | 0 | 0.25 | 0.91 | 0 | 43.64 | 1 | 0.55 |
| Hex | FF | C0 | 18 | 0 | 19 | 5B | 0 | 2C | 64 | 37 |
| Octal | 377 | 300 | 30 | 0 | 31 | 133 | 0 | 54 | 144 | 67 |
| Binary | 11111111 | 11000000 | 11000 | 0 | 11001 | 1011011 | 0 | 101100 | 1100100 | 110111 |
Color Harmonies of #FFC018
Complementary color
Monochromatic Colors of #FFC018
Black with #FFC018
Text Example
Text Example
White with #FFC018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC018; }
p { color: rgb(255,192,24); }
H1.HeaderClassName
{
color: #FFC018;
}
.AnyTagClassName
{
color: #FFC018;
}
</style>
background-color css
<style>
a { background-color: #FFC018; }
a { background-color: rgb(255,192,24); }
div.DivClassName
{
background-color: #FFC018;
}
.BgClassName
{
background-color: #FFC018;
}
</style>
border-color css
<style>
span { border-color: #FFC018; }
span { border-color: rgb(255,192,24); }
td.TdClassName
{
border-color: #FFC018;
}
.TagClassName
{
border-color: #FFC018;
}
</style>