Shades of Moon Yellow #F5BC11
Tints of Moon Yellow #F5BC11
RGB
CMYK
RGB Variations
Color information
#F5BC11 (or 0xF5BC11) is known color: Moon Yellow. HEX triplet: F5, BC and 11. RGB value is (245,188,17). Sum of RGB (Red+Green+Blue) = 245+188+17=450 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.44% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 17 (7.03% from 255 or 3.78% from 450); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BC11 is #0A43EE. Grayscale: #BABABA. Windows color (decimal): -672751 or 1162485. OLE color: 1162485.
HSL color Cylindrical-coordinate representation of color #F5BC11: hue angle of 45º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5BC11 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 17 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.04 |
| HSL | 45º | 0.92% | 0.51% | - |
| HSV(B) | 45º | 0.93% | 0.96% | - |
| XYZ | 55.74 | 55.42 | 8.29 | - |
| YUV | 185.55 | 32.88 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 17 | 0 | 0.23 | 0.93 | 0.04 | 45 | 0.92 | 0.51 |
| Hex | F5 | BC | 11 | 0 | 17 | 5D | 4 | 2D | 5C | 33 |
| Octal | 365 | 274 | 21 | 0 | 27 | 135 | 4 | 55 | 134 | 63 |
| Binary | 11110101 | 10111100 | 10001 | 0 | 10111 | 1011101 | 100 | 101101 | 1011100 | 110011 |
Color Harmonies of #F5BC11
Complementary color
Monochromatic Colors of #F5BC11
Black with #F5BC11
Text Example
Text Example
White with #F5BC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BC11; }
p { color: rgb(245,188,17); }
H1.HeaderClassName
{
color: #F5BC11;
}
.AnyTagClassName
{
color: #F5BC11;
}
</style>
background-color css
<style>
a { background-color: #F5BC11; }
a { background-color: rgb(245,188,17); }
div.DivClassName
{
background-color: #F5BC11;
}
.BgClassName
{
background-color: #F5BC11;
}
</style>
border-color css
<style>
span { border-color: #F5BC11; }
span { border-color: rgb(245,188,17); }
td.TdClassName
{
border-color: #F5BC11;
}
.TagClassName
{
border-color: #F5BC11;
}
</style>