Shades of Moon Yellow #FFBB1C
Tints of Moon Yellow #FFBB1C
RGB
CMYK
RGB Variations
Color information
#FFBB1C (or 0xFFBB1C) is known color: Moon Yellow. HEX triplet: FF, BB and 1C. RGB value is (255,187,28). Sum of RGB (Red+Green+Blue) = 255+187+28=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 28 (11.33% from 255 or 5.96% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBB1C is #0044E3. Grayscale: #BDBDBD. Windows color (decimal): -17636 or 1883135. OLE color: 1883135.
HSL color Cylindrical-coordinate representation of color #FFBB1C: hue angle of 42.03º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFBB1C is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 187 | 28 | - |
| CMYK | 0 | 0.27 | 0.89 | 0 |
| HSL | 42.03º | 1% | 0.55% | - |
| HSV(B) | 42.03º | 0.89% | 1% | - |
| XYZ | 59.22 | 56.88 | 8.96 | - |
| YUV | 189.21 | 37.03 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 187 | 28 | 0 | 0.27 | 0.89 | 0 | 42.03 | 1 | 0.55 |
| Hex | FF | BB | 1C | 0 | 1B | 59 | 0 | 2A | 64 | 37 |
| Octal | 377 | 273 | 34 | 0 | 33 | 131 | 0 | 52 | 144 | 67 |
| Binary | 11111111 | 10111011 | 11100 | 0 | 11011 | 1011001 | 0 | 101010 | 1100100 | 110111 |
Color Harmonies of #FFBB1C
Complementary color
Monochromatic Colors of #FFBB1C
Black with #FFBB1C
Text Example
Text Example
White with #FFBB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBB1C; }
p { color: rgb(255,187,28); }
H1.HeaderClassName
{
color: #FFBB1C;
}
.AnyTagClassName
{
color: #FFBB1C;
}
</style>
background-color css
<style>
a { background-color: #FFBB1C; }
a { background-color: rgb(255,187,28); }
div.DivClassName
{
background-color: #FFBB1C;
}
.BgClassName
{
background-color: #FFBB1C;
}
</style>
border-color css
<style>
span { border-color: #FFBB1C; }
span { border-color: rgb(255,187,28); }
td.TdClassName
{
border-color: #FFBB1C;
}
.TagClassName
{
border-color: #FFBB1C;
}
</style>