Shades of Moon Yellow #F0BC1C
Tints of Moon Yellow #F0BC1C
RGB
CMYK
RGB Variations
Color information
#F0BC1C (or 0xF0BC1C) is known color: Moon Yellow. HEX triplet: F0, BC and 1C. RGB value is (240,188,28). Sum of RGB (Red+Green+Blue) = 240+188+28=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BC1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BC1C is #0F43E3. Grayscale: #BABABA. Windows color (decimal): -1000420 or 1883376. OLE color: 1883376.
HSL color Cylindrical-coordinate representation of color #F0BC1C: hue angle of 45.28º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0BC1C is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 188 | 28 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.06 |
| HSL | 45.28º | 0.88% | 0.53% | - |
| HSV(B) | 45.28º | 0.88% | 0.94% | - |
| XYZ | 54.13 | 54.58 | 8.78 | - |
| YUV | 185.31 | 39.23 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 188 | 28 | 0 | 0.22 | 0.88 | 0.06 | 45.28 | 0.88 | 0.53 |
| Hex | F0 | BC | 1C | 0 | 16 | 58 | 6 | 2D | 58 | 35 |
| Octal | 360 | 274 | 34 | 0 | 26 | 130 | 6 | 55 | 130 | 65 |
| Binary | 11110000 | 10111100 | 11100 | 0 | 10110 | 1011000 | 110 | 101101 | 1011000 | 110101 |
Color Harmonies of #F0BC1C
Complementary color
Monochromatic Colors of #F0BC1C
Black with #F0BC1C
Text Example
Text Example
White with #F0BC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0BC1C; }
p { color: rgb(240,188,28); }
H1.HeaderClassName
{
color: #F0BC1C;
}
.AnyTagClassName
{
color: #F0BC1C;
}
</style>
background-color css
<style>
a { background-color: #F0BC1C; }
a { background-color: rgb(240,188,28); }
div.DivClassName
{
background-color: #F0BC1C;
}
.BgClassName
{
background-color: #F0BC1C;
}
</style>
border-color css
<style>
span { border-color: #F0BC1C; }
span { border-color: rgb(240,188,28); }
td.TdClassName
{
border-color: #F0BC1C;
}
.TagClassName
{
border-color: #F0BC1C;
}
</style>