Shades of Moon Yellow #FFBC1E
Tints of Moon Yellow #FFBC1E
RGB
CMYK
RGB Variations
Color information
#FFBC1E (or 0xFFBC1E) is known color: Moon Yellow. HEX triplet: FF, BC and 1E. RGB value is (255,188,30). Sum of RGB (Red+Green+Blue) = 255+188+30=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 188 (73.83% from 255 or 39.75% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC1E is #0043E1. Grayscale: #BEBEBE. Windows color (decimal): -17378 or 2014463. OLE color: 2014463.
HSL color Cylindrical-coordinate representation of color #FFBC1E: hue angle of 42.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFBC1E is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 30 | - |
| CMYK | 0 | 0.26 | 0.88 | 0 |
| HSL | 42.13º | 1% | 0.56% | - |
| HSV(B) | 42.13º | 0.88% | 1% | - |
| XYZ | 59.46 | 57.32 | 9.16 | - |
| YUV | 190.02 | 37.7 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 30 | 0 | 0.26 | 0.88 | 0 | 42.13 | 1 | 0.56 |
| Hex | FF | BC | 1E | 0 | 1A | 58 | 0 | 2A | 64 | 38 |
| Octal | 377 | 274 | 36 | 0 | 32 | 130 | 0 | 52 | 144 | 70 |
| Binary | 11111111 | 10111100 | 11110 | 0 | 11010 | 1011000 | 0 | 101010 | 1100100 | 111000 |
Color Harmonies of #FFBC1E
Complementary color
Monochromatic Colors of #FFBC1E
Black with #FFBC1E
Text Example
Text Example
White with #FFBC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC1E; }
p { color: rgb(255,188,30); }
H1.HeaderClassName
{
color: #FFBC1E;
}
.AnyTagClassName
{
color: #FFBC1E;
}
</style>
background-color css
<style>
a { background-color: #FFBC1E; }
a { background-color: rgb(255,188,30); }
div.DivClassName
{
background-color: #FFBC1E;
}
.BgClassName
{
background-color: #FFBC1E;
}
</style>
border-color css
<style>
span { border-color: #FFBC1E; }
span { border-color: rgb(255,188,30); }
td.TdClassName
{
border-color: #FFBC1E;
}
.TagClassName
{
border-color: #FFBC1E;
}
</style>