Shades of Moon Yellow #FFBC1F
Tints of Moon Yellow #FFBC1F
RGB
CMYK
RGB Variations
Color information
#FFBC1F (or 0xFFBC1F) is known color: Moon Yellow. HEX triplet: FF, BC and 1F. RGB value is (255,188,31). Sum of RGB (Red+Green+Blue) = 255+188+31=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 31 (12.5% from 255 or 6.54% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBC1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFBC1F is #0043E0. Grayscale: #BEBEBE. Windows color (decimal): -17377 or 2079999. OLE color: 2079999.
HSL color Cylindrical-coordinate representation of color #FFBC1F: hue angle of 42.05º 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 #FFBC1F is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 188 | 31 | - |
| CMYK | 0 | 0.26 | 0.88 | 0 |
| HSL | 42.05º | 1% | 0.56% | - |
| HSV(B) | 42.05º | 0.88% | 1% | - |
| XYZ | 59.47 | 57.33 | 9.23 | - |
| YUV | 190.14 | 38.2 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 188 | 31 | 0 | 0.26 | 0.88 | 0 | 42.05 | 1 | 0.56 |
| Hex | FF | BC | 1F | 0 | 1A | 58 | 0 | 2A | 64 | 38 |
| Octal | 377 | 274 | 37 | 0 | 32 | 130 | 0 | 52 | 144 | 70 |
| Binary | 11111111 | 10111100 | 11111 | 0 | 11010 | 1011000 | 0 | 101010 | 1100100 | 111000 |
Color Harmonies of #FFBC1F
Complementary color
Monochromatic Colors of #FFBC1F
Black with #FFBC1F
Text Example
Text Example
White with #FFBC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBC1F; }
p { color: rgb(255,188,31); }
H1.HeaderClassName
{
color: #FFBC1F;
}
.AnyTagClassName
{
color: #FFBC1F;
}
</style>
background-color css
<style>
a { background-color: #FFBC1F; }
a { background-color: rgb(255,188,31); }
div.DivClassName
{
background-color: #FFBC1F;
}
.BgClassName
{
background-color: #FFBC1F;
}
</style>
border-color css
<style>
span { border-color: #FFBC1F; }
span { border-color: rgb(255,188,31); }
td.TdClassName
{
border-color: #FFBC1F;
}
.TagClassName
{
border-color: #FFBC1F;
}
</style>