Shades of Moon Yellow #FFC117
Tints of Moon Yellow #FFC117
RGB
CMYK
RGB Variations
Color information
#FFC117 (or 0xFFC117) is known color: Moon Yellow. HEX triplet: FF, C1 and 17. RGB value is (255,193,23). Sum of RGB (Red+Green+Blue) = 255+193+23=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 23 (9.38% from 255 or 4.88% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC117 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC117 is #003EE8. Grayscale: #C0C0C0. Windows color (decimal): -16105 or 1556991. OLE color: 1556991.
HSL color Cylindrical-coordinate representation of color #FFC117: hue angle of 43.97º 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 #FFC117 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 23 | - |
| CMYK | 0 | 0.24 | 0.91 | 0 |
| HSL | 43.97º | 1% | 0.55% | - |
| HSV(B) | 43.97º | 0.91% | 1% | - |
| XYZ | 60.46 | 59.46 | 9.1 | - |
| YUV | 192.16 | 32.54 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 23 | 0 | 0.24 | 0.91 | 0 | 43.97 | 1 | 0.55 |
| Hex | FF | C1 | 17 | 0 | 18 | 5B | 0 | 2C | 64 | 37 |
| Octal | 377 | 301 | 27 | 0 | 30 | 133 | 0 | 54 | 144 | 67 |
| Binary | 11111111 | 11000001 | 10111 | 0 | 11000 | 1011011 | 0 | 101100 | 1100100 | 110111 |
Color Harmonies of #FFC117
Complementary color
Monochromatic Colors of #FFC117
Black with #FFC117
Text Example
Text Example
White with #FFC117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC117; }
p { color: rgb(255,193,23); }
H1.HeaderClassName
{
color: #FFC117;
}
.AnyTagClassName
{
color: #FFC117;
}
</style>
background-color css
<style>
a { background-color: #FFC117; }
a { background-color: rgb(255,193,23); }
div.DivClassName
{
background-color: #FFC117;
}
.BgClassName
{
background-color: #FFC117;
}
</style>
border-color css
<style>
span { border-color: #FFC117; }
span { border-color: rgb(255,193,23); }
td.TdClassName
{
border-color: #FFC117;
}
.TagClassName
{
border-color: #FFC117;
}
</style>