Shades of Moon Yellow #FFBC1B
Tints of Moon Yellow #FFBC1B
RGB
CMYK
RGB Variations
Color information
#FFBC1B (or 0xFFBC1B) is known color: Moon Yellow. HEX triplet: FF, BC and 1B. RGB value is (255,188,27). Sum of RGB (Red+Green+Blue) = 255+188+27=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 27 (10.94% from 255 or 5.74% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC1B is #0043E4. Grayscale: #BEBEBE. Windows color (decimal): -17381 or 1817855. OLE color: 1817855.
HSL color Cylindrical-coordinate representation of color #FFBC1B: hue angle of 42.37º 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 #FFBC1B is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 27 | - |
| CMYK | 0 | 0.26 | 0.89 | 0 |
| HSL | 42.37º | 1% | 0.55% | - |
| HSV(B) | 42.37º | 0.89% | 1% | - |
| XYZ | 59.42 | 57.31 | 8.97 | - |
| YUV | 189.68 | 36.2 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 27 | 0 | 0.26 | 0.89 | 0 | 42.37 | 1 | 0.55 |
| Hex | FF | BC | 1B | 0 | 1A | 59 | 0 | 2A | 64 | 37 |
| Octal | 377 | 274 | 33 | 0 | 32 | 131 | 0 | 52 | 144 | 67 |
| Binary | 11111111 | 10111100 | 11011 | 0 | 11010 | 1011001 | 0 | 101010 | 1100100 | 110111 |
Color Harmonies of #FFBC1B
Complementary color
Monochromatic Colors of #FFBC1B
Black with #FFBC1B
Text Example
Text Example
White with #FFBC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC1B; }
p { color: rgb(255,188,27); }
H1.HeaderClassName
{
color: #FFBC1B;
}
.AnyTagClassName
{
color: #FFBC1B;
}
</style>
background-color css
<style>
a { background-color: #FFBC1B; }
a { background-color: rgb(255,188,27); }
div.DivClassName
{
background-color: #FFBC1B;
}
.BgClassName
{
background-color: #FFBC1B;
}
</style>
border-color css
<style>
span { border-color: #FFBC1B; }
span { border-color: rgb(255,188,27); }
td.TdClassName
{
border-color: #FFBC1B;
}
.TagClassName
{
border-color: #FFBC1B;
}
</style>