Shades of Moon Yellow #FFB91F
Tints of Moon Yellow #FFB91F
RGB
CMYK
RGB Variations
Color information
#FFB91F (or 0xFFB91F) is known color: Moon Yellow. HEX triplet: FF, B9 and 1F. RGB value is (255,185,31). Sum of RGB (Red+Green+Blue) = 255+185+31=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 31 (12.5% from 255 or 6.58% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB91F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB91F is #0046E0. Grayscale: #BDBDBD. Windows color (decimal): -18145 or 2079231. OLE color: 2079231.
HSL color Cylindrical-coordinate representation of color #FFB91F: hue angle of 41.25º 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 #FFB91F is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 185 | 31 | - |
| CMYK | 0 | 0.27 | 0.88 | 0 |
| HSL | 41.25º | 1% | 0.56% | - |
| HSV(B) | 41.25º | 0.88% | 1% | - |
| XYZ | 58.84 | 56.06 | 9.02 | - |
| YUV | 188.37 | 39.19 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 185 | 31 | 0 | 0.27 | 0.88 | 0 | 41.25 | 1 | 0.56 |
| Hex | FF | B9 | 1F | 0 | 1B | 58 | 0 | 29 | 64 | 38 |
| Octal | 377 | 271 | 37 | 0 | 33 | 130 | 0 | 51 | 144 | 70 |
| Binary | 11111111 | 10111001 | 11111 | 0 | 11011 | 1011000 | 0 | 101001 | 1100100 | 111000 |
Color Harmonies of #FFB91F
Complementary color
Monochromatic Colors of #FFB91F
Black with #FFB91F
Text Example
Text Example
White with #FFB91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFB91F; }
p { color: rgb(255,185,31); }
H1.HeaderClassName
{
color: #FFB91F;
}
.AnyTagClassName
{
color: #FFB91F;
}
</style>
background-color css
<style>
a { background-color: #FFB91F; }
a { background-color: rgb(255,185,31); }
div.DivClassName
{
background-color: #FFB91F;
}
.BgClassName
{
background-color: #FFB91F;
}
</style>
border-color css
<style>
span { border-color: #FFB91F; }
span { border-color: rgb(255,185,31); }
td.TdClassName
{
border-color: #FFB91F;
}
.TagClassName
{
border-color: #FFB91F;
}
</style>