Shades of Moon Yellow #FFBF16
Tints of Moon Yellow #FFBF16
RGB
CMYK
RGB Variations
Color information
#FFBF16 (or 0xFFBF16) is known color: Moon Yellow. HEX triplet: FF, BF and 16. RGB value is (255,191,22). Sum of RGB (Red+Green+Blue) = 255+191+22=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 22 (8.98% from 255 or 4.70% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBF16 is #0040E9. Grayscale: #BFBFBF. Windows color (decimal): -16618 or 1490943. OLE color: 1490943.
HSL color Cylindrical-coordinate representation of color #FFBF16: hue angle of 43.52º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFBF16 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 22 | - |
| CMYK | 0 | 0.25 | 0.91 | 0 |
| HSL | 43.52º | 1% | 0.54% | - |
| HSV(B) | 43.52º | 0.91% | 1% | - |
| XYZ | 60.02 | 58.58 | 8.9 | - |
| YUV | 190.87 | 32.7 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 22 | 0 | 0.25 | 0.91 | 0 | 43.52 | 1 | 0.54 |
| Hex | FF | BF | 16 | 0 | 19 | 5B | 0 | 2C | 64 | 36 |
| Octal | 377 | 277 | 26 | 0 | 31 | 133 | 0 | 54 | 144 | 66 |
| Binary | 11111111 | 10111111 | 10110 | 0 | 11001 | 1011011 | 0 | 101100 | 1100100 | 110110 |
Color Harmonies of #FFBF16
Complementary color
Monochromatic Colors of #FFBF16
Black with #FFBF16
Text Example
Text Example
White with #FFBF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF16; }
p { color: rgb(255,191,22); }
H1.HeaderClassName
{
color: #FFBF16;
}
.AnyTagClassName
{
color: #FFBF16;
}
</style>
background-color css
<style>
a { background-color: #FFBF16; }
a { background-color: rgb(255,191,22); }
div.DivClassName
{
background-color: #FFBF16;
}
.BgClassName
{
background-color: #FFBF16;
}
</style>
border-color css
<style>
span { border-color: #FFBF16; }
span { border-color: rgb(255,191,22); }
td.TdClassName
{
border-color: #FFBF16;
}
.TagClassName
{
border-color: #FFBF16;
}
</style>