Shades of Moon Yellow #FFBC22
Tints of Moon Yellow #FFBC22
RGB
CMYK
RGB Variations
Color information
#FFBC22 (or 0xFFBC22) is known color: Moon Yellow. HEX triplet: FF, BC and 22. RGB value is (255,188,34). Sum of RGB (Red+Green+Blue) = 255+188+34=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 188 (73.83% from 255 or 39.41% from 477); Blue value is 34 (13.67% from 255 or 7.13% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC22 is #0043DD. Grayscale: #BFBFBF. Windows color (decimal): -17374 or 2276607. OLE color: 2276607.
HSL color Cylindrical-coordinate representation of color #FFBC22: hue angle of 41.81º 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 #FFBC22 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 34 | - |
| CMYK | 0 | 0.26 | 0.87 | 0 |
| HSL | 41.81º | 1% | 0.57% | - |
| HSV(B) | 41.81º | 0.87% | 1% | - |
| XYZ | 59.51 | 57.34 | 9.44 | - |
| YUV | 190.48 | 39.7 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 34 | 0 | 0.26 | 0.87 | 0 | 41.81 | 1 | 0.57 |
| Hex | FF | BC | 22 | 0 | 1A | 57 | 0 | 2A | 64 | 39 |
| Octal | 377 | 274 | 42 | 0 | 32 | 127 | 0 | 52 | 144 | 71 |
| Binary | 11111111 | 10111100 | 100010 | 0 | 11010 | 1010111 | 0 | 101010 | 1100100 | 111001 |
Color Harmonies of #FFBC22
Complementary color
Monochromatic Colors of #FFBC22
Black with #FFBC22
Text Example
Text Example
White with #FFBC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC22; }
p { color: rgb(255,188,34); }
H1.HeaderClassName
{
color: #FFBC22;
}
.AnyTagClassName
{
color: #FFBC22;
}
</style>
background-color css
<style>
a { background-color: #FFBC22; }
a { background-color: rgb(255,188,34); }
div.DivClassName
{
background-color: #FFBC22;
}
.BgClassName
{
background-color: #FFBC22;
}
</style>
border-color css
<style>
span { border-color: #FFBC22; }
span { border-color: rgb(255,188,34); }
td.TdClassName
{
border-color: #FFBC22;
}
.TagClassName
{
border-color: #FFBC22;
}
</style>