Shades of Moon Yellow #FFC217
Tints of Moon Yellow #FFC217
RGB
CMYK
RGB Variations
Color information
#FFC217 (or 0xFFC217) is known color: Moon Yellow. HEX triplet: FF, C2 and 17. RGB value is (255,194,23). Sum of RGB (Red+Green+Blue) = 255+194+23=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 23 (9.38% from 255 or 4.87% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC217 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC217 is #003DE8. Grayscale: #C1C1C1. Windows color (decimal): -15849 or 1557247. OLE color: 1557247.
HSL color Cylindrical-coordinate representation of color #FFC217: hue angle of 44.22º 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 #FFC217 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 194 | 23 | - |
| CMYK | 0 | 0.24 | 0.91 | 0 |
| HSL | 44.22º | 1% | 0.55% | - |
| HSV(B) | 44.22º | 0.91% | 1% | - |
| XYZ | 60.69 | 59.91 | 9.17 | - |
| YUV | 192.75 | 32.21 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 194 | 23 | 0 | 0.24 | 0.91 | 0 | 44.22 | 1 | 0.55 |
| Hex | FF | C2 | 17 | 0 | 18 | 5B | 0 | 2C | 64 | 37 |
| Octal | 377 | 302 | 27 | 0 | 30 | 133 | 0 | 54 | 144 | 67 |
| Binary | 11111111 | 11000010 | 10111 | 0 | 11000 | 1011011 | 0 | 101100 | 1100100 | 110111 |
Color Harmonies of #FFC217
Complementary color
Monochromatic Colors of #FFC217
Black with #FFC217
Text Example
Text Example
White with #FFC217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC217; }
p { color: rgb(255,194,23); }
H1.HeaderClassName
{
color: #FFC217;
}
.AnyTagClassName
{
color: #FFC217;
}
</style>
background-color css
<style>
a { background-color: #FFC217; }
a { background-color: rgb(255,194,23); }
div.DivClassName
{
background-color: #FFC217;
}
.BgClassName
{
background-color: #FFC217;
}
</style>
border-color css
<style>
span { border-color: #FFC217; }
span { border-color: rgb(255,194,23); }
td.TdClassName
{
border-color: #FFC217;
}
.TagClassName
{
border-color: #FFC217;
}
</style>