Shades of Moon Yellow #FFBC1D
Tints of Moon Yellow #FFBC1D
RGB
CMYK
RGB Variations
Color information
#FFBC1D (or 0xFFBC1D) is known color: Moon Yellow. HEX triplet: FF, BC and 1D. RGB value is (255,188,29). Sum of RGB (Red+Green+Blue) = 255+188+29=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 29 (11.72% from 255 or 6.14% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC1D is #0043E2. Grayscale: #BEBEBE. Windows color (decimal): -17379 or 1948927. OLE color: 1948927.
HSL color Cylindrical-coordinate representation of color #FFBC1D: hue angle of 42.21º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFBC1D is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 29 | - |
| CMYK | 0 | 0.26 | 0.89 | 0 |
| HSL | 42.21º | 1% | 0.56% | - |
| HSV(B) | 42.21º | 0.89% | 1% | - |
| XYZ | 59.44 | 57.32 | 9.09 | - |
| YUV | 189.91 | 37.2 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 29 | 0 | 0.26 | 0.89 | 0 | 42.21 | 1 | 0.56 |
| Hex | FF | BC | 1D | 0 | 1A | 59 | 0 | 2A | 64 | 38 |
| Octal | 377 | 274 | 35 | 0 | 32 | 131 | 0 | 52 | 144 | 70 |
| Binary | 11111111 | 10111100 | 11101 | 0 | 11010 | 1011001 | 0 | 101010 | 1100100 | 111000 |
Color Harmonies of #FFBC1D
Complementary color
Monochromatic Colors of #FFBC1D
Black with #FFBC1D
Text Example
Text Example
White with #FFBC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC1D; }
p { color: rgb(255,188,29); }
H1.HeaderClassName
{
color: #FFBC1D;
}
.AnyTagClassName
{
color: #FFBC1D;
}
</style>
background-color css
<style>
a { background-color: #FFBC1D; }
a { background-color: rgb(255,188,29); }
div.DivClassName
{
background-color: #FFBC1D;
}
.BgClassName
{
background-color: #FFBC1D;
}
</style>
border-color css
<style>
span { border-color: #FFBC1D; }
span { border-color: rgb(255,188,29); }
td.TdClassName
{
border-color: #FFBC1D;
}
.TagClassName
{
border-color: #FFBC1D;
}
</style>