Shades of Moon Yellow #FFC122
Tints of Moon Yellow #FFC122
RGB
CMYK
RGB Variations
Color information
#FFC122 (or 0xFFC122) is known color: Moon Yellow. HEX triplet: FF, C1 and 22. RGB value is (255,193,34). Sum of RGB (Red+Green+Blue) = 255+193+34=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 34 (13.67% from 255 or 7.05% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFC122 is #003EDD. Grayscale: #C2C2C2. Windows color (decimal): -16094 or 2277887. OLE color: 2277887.
HSL color Cylindrical-coordinate representation of color #FFC122: hue angle of 43.17º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FFC122 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 193 | 34 | - |
| CMYK | 0 | 0.24 | 0.87 | 0 |
| HSL | 43.17º | 1% | 0.57% | - |
| HSV(B) | 43.17º | 0.87% | 1% | - |
| XYZ | 60.6 | 59.52 | 9.81 | - |
| YUV | 193.41 | 38.04 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 193 | 34 | 0 | 0.24 | 0.87 | 0 | 43.17 | 1 | 0.57 |
| Hex | FF | C1 | 22 | 0 | 18 | 57 | 0 | 2B | 64 | 39 |
| Octal | 377 | 301 | 42 | 0 | 30 | 127 | 0 | 53 | 144 | 71 |
| Binary | 11111111 | 11000001 | 100010 | 0 | 11000 | 1010111 | 0 | 101011 | 1100100 | 111001 |
Color Harmonies of #FFC122
Complementary color
Monochromatic Colors of #FFC122
Black with #FFC122
Text Example
Text Example
White with #FFC122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC122; }
p { color: rgb(255,193,34); }
H1.HeaderClassName
{
color: #FFC122;
}
.AnyTagClassName
{
color: #FFC122;
}
</style>
background-color css
<style>
a { background-color: #FFC122; }
a { background-color: rgb(255,193,34); }
div.DivClassName
{
background-color: #FFC122;
}
.BgClassName
{
background-color: #FFC122;
}
</style>
border-color css
<style>
span { border-color: #FFC122; }
span { border-color: rgb(255,193,34); }
td.TdClassName
{
border-color: #FFC122;
}
.TagClassName
{
border-color: #FFC122;
}
</style>