Shades of Moon Yellow #F0BF1B
Tints of Moon Yellow #F0BF1B
RGB
CMYK
RGB Variations
Color information
#F0BF1B (or 0xF0BF1B) is known color: Moon Yellow. HEX triplet: F0, BF and 1B. RGB value is (240,191,27). Sum of RGB (Red+Green+Blue) = 240+191+27=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 27 (10.94% from 255 or 5.90% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BF1B is #0F40E4. Grayscale: #BBBBBB. Windows color (decimal): -999653 or 1818608. OLE color: 1818608.
HSL color Cylindrical-coordinate representation of color #F0BF1B: hue angle of 46.2º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0BF1B is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 191 | 27 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.06 |
| HSL | 46.2º | 0.88% | 0.52% | - |
| HSV(B) | 46.2º | 0.89% | 0.94% | - |
| XYZ | 54.76 | 55.87 | 8.93 | - |
| YUV | 186.96 | 37.73 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 191 | 27 | 0 | 0.20 | 0.89 | 0.06 | 46.2 | 0.88 | 0.52 |
| Hex | F0 | BF | 1B | 0 | 14 | 59 | 6 | 2E | 58 | 34 |
| Octal | 360 | 277 | 33 | 0 | 24 | 131 | 6 | 56 | 130 | 64 |
| Binary | 11110000 | 10111111 | 11011 | 0 | 10100 | 1011001 | 110 | 101110 | 1011000 | 110100 |
Color Harmonies of #F0BF1B
Complementary color
Monochromatic Colors of #F0BF1B
Black with #F0BF1B
Text Example
Text Example
White with #F0BF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BF1B; }
p { color: rgb(240,191,27); }
H1.HeaderClassName
{
color: #F0BF1B;
}
.AnyTagClassName
{
color: #F0BF1B;
}
</style>
background-color css
<style>
a { background-color: #F0BF1B; }
a { background-color: rgb(240,191,27); }
div.DivClassName
{
background-color: #F0BF1B;
}
.BgClassName
{
background-color: #F0BF1B;
}
</style>
border-color css
<style>
span { border-color: #F0BF1B; }
span { border-color: rgb(240,191,27); }
td.TdClassName
{
border-color: #F0BF1B;
}
.TagClassName
{
border-color: #F0BF1B;
}
</style>