Shades of Moon Yellow #FFC414
Tints of Moon Yellow #FFC414
RGB
CMYK
RGB Variations
Color information
#FFC414 (or 0xFFC414) is known color: Moon Yellow. HEX triplet: FF, C4 and 14. RGB value is (255,196,20). Sum of RGB (Red+Green+Blue) = 255+196+20=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 20 (8.20% from 255 or 4.25% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC414 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFC414 is #003BEB. Grayscale: #C2C2C2. Windows color (decimal): -15340 or 1361151. OLE color: 1361151.
HSL color Cylindrical-coordinate representation of color #FFC414: hue angle of 44.94º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FFC414 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 196 | 20 | - |
| CMYK | 0 | 0.23 | 0.92 | 0 |
| HSL | 44.94º | 1% | 0.54% | - |
| HSV(B) | 44.94º | 0.92% | 1% | - |
| XYZ | 61.11 | 60.79 | 9.17 | - |
| YUV | 193.58 | 30.05 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 196 | 20 | 0 | 0.23 | 0.92 | 0 | 44.94 | 1 | 0.54 |
| Hex | FF | C4 | 14 | 0 | 17 | 5C | 0 | 2D | 64 | 36 |
| Octal | 377 | 304 | 24 | 0 | 27 | 134 | 0 | 55 | 144 | 66 |
| Binary | 11111111 | 11000100 | 10100 | 0 | 10111 | 1011100 | 0 | 101101 | 1100100 | 110110 |
Color Harmonies of #FFC414
Complementary color
Monochromatic Colors of #FFC414
Black with #FFC414
Text Example
Text Example
White with #FFC414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC414; }
p { color: rgb(255,196,20); }
H1.HeaderClassName
{
color: #FFC414;
}
.AnyTagClassName
{
color: #FFC414;
}
</style>
background-color css
<style>
a { background-color: #FFC414; }
a { background-color: rgb(255,196,20); }
div.DivClassName
{
background-color: #FFC414;
}
.BgClassName
{
background-color: #FFC414;
}
</style>
border-color css
<style>
span { border-color: #FFC414; }
span { border-color: rgb(255,196,20); }
td.TdClassName
{
border-color: #FFC414;
}
.TagClassName
{
border-color: #FFC414;
}
</style>