Shades of Moon Yellow #FFC316
Tints of Moon Yellow #FFC316
RGB
CMYK
RGB Variations
Color information
#FFC316 (or 0xFFC316) is known color: Moon Yellow. HEX triplet: FF, C3 and 16. RGB value is (255,195,22). Sum of RGB (Red+Green+Blue) = 255+195+22=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 22 (8.98% from 255 or 4.66% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC316 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC316 is #003CE9. Grayscale: #C1C1C1. Windows color (decimal): -15594 or 1491967. OLE color: 1491967.
HSL color Cylindrical-coordinate representation of color #FFC316: hue angle of 44.55º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFC316 is Cyan = 0, Magento = 0.24, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 195 | 22 | - |
| CMYK | 0 | 0.24 | 0.91 | 0 |
| HSL | 44.55º | 1% | 0.54% | - |
| HSV(B) | 44.55º | 0.91% | 1% | - |
| XYZ | 60.9 | 60.35 | 9.2 | - |
| YUV | 193.22 | 31.38 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 195 | 22 | 0 | 0.24 | 0.91 | 0 | 44.55 | 1 | 0.54 |
| Hex | FF | C3 | 16 | 0 | 18 | 5B | 0 | 2D | 64 | 36 |
| Octal | 377 | 303 | 26 | 0 | 30 | 133 | 0 | 55 | 144 | 66 |
| Binary | 11111111 | 11000011 | 10110 | 0 | 11000 | 1011011 | 0 | 101101 | 1100100 | 110110 |
Color Harmonies of #FFC316
Complementary color
Monochromatic Colors of #FFC316
Black with #FFC316
Text Example
Text Example
White with #FFC316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC316; }
p { color: rgb(255,195,22); }
H1.HeaderClassName
{
color: #FFC316;
}
.AnyTagClassName
{
color: #FFC316;
}
</style>
background-color css
<style>
a { background-color: #FFC316; }
a { background-color: rgb(255,195,22); }
div.DivClassName
{
background-color: #FFC316;
}
.BgClassName
{
background-color: #FFC316;
}
</style>
border-color css
<style>
span { border-color: #FFC316; }
span { border-color: rgb(255,195,22); }
td.TdClassName
{
border-color: #FFC316;
}
.TagClassName
{
border-color: #FFC316;
}
</style>