Shades of Moon Yellow #FFBF19
Tints of Moon Yellow #FFBF19
RGB
CMYK
RGB Variations
Color information
#FFBF19 (or 0xFFBF19) is known color: Moon Yellow. HEX triplet: FF, BF and 19. RGB value is (255,191,25). Sum of RGB (Red+Green+Blue) = 255+191+25=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 25 (10.16% from 255 or 5.31% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBF19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFBF19 is #0040E6. Grayscale: #BFBFBF. Windows color (decimal): -16615 or 1687551. OLE color: 1687551.
HSL color Cylindrical-coordinate representation of color #FFBF19: hue angle of 43.3º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFBF19 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 191 | 25 | - |
| CMYK | 0 | 0.25 | 0.90 | 0 |
| HSL | 43.3º | 1% | 0.55% | - |
| HSV(B) | 43.3º | 0.9% | 1% | - |
| XYZ | 60.05 | 58.59 | 9.06 | - |
| YUV | 191.21 | 34.2 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 191 | 25 | 0 | 0.25 | 0.90 | 0 | 43.3 | 1 | 0.55 |
| Hex | FF | BF | 19 | 0 | 19 | 5A | 0 | 2B | 64 | 37 |
| Octal | 377 | 277 | 31 | 0 | 31 | 132 | 0 | 53 | 144 | 67 |
| Binary | 11111111 | 10111111 | 11001 | 0 | 11001 | 1011010 | 0 | 101011 | 1100100 | 110111 |
Color Harmonies of #FFBF19
Complementary color
Monochromatic Colors of #FFBF19
Black with #FFBF19
Text Example
Text Example
White with #FFBF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFBF19; }
p { color: rgb(255,191,25); }
H1.HeaderClassName
{
color: #FFBF19;
}
.AnyTagClassName
{
color: #FFBF19;
}
</style>
background-color css
<style>
a { background-color: #FFBF19; }
a { background-color: rgb(255,191,25); }
div.DivClassName
{
background-color: #FFBF19;
}
.BgClassName
{
background-color: #FFBF19;
}
</style>
border-color css
<style>
span { border-color: #FFBF19; }
span { border-color: rgb(255,191,25); }
td.TdClassName
{
border-color: #FFBF19;
}
.TagClassName
{
border-color: #FFBF19;
}
</style>