Shades of Moon Yellow #F5BC17
Tints of Moon Yellow #F5BC17
RGB
CMYK
RGB Variations
Color information
#F5BC17 (or 0xF5BC17) is known color: Moon Yellow. HEX triplet: F5, BC and 17. RGB value is (245,188,23). Sum of RGB (Red+Green+Blue) = 245+188+23=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 23 (9.38% from 255 or 5.04% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BC17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5BC17 is #0A43E8. Grayscale: #BABABA. Windows color (decimal): -672745 or 1555701. OLE color: 1555701.
HSL color Cylindrical-coordinate representation of color #F5BC17: hue angle of 44.59º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5BC17 is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 188 | 23 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.04 |
| HSL | 44.59º | 0.92% | 0.53% | - |
| HSV(B) | 44.59º | 0.91% | 0.96% | - |
| XYZ | 55.79 | 55.44 | 8.57 | - |
| YUV | 186.23 | 35.88 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 188 | 23 | 0 | 0.23 | 0.91 | 0.04 | 44.59 | 0.92 | 0.53 |
| Hex | F5 | BC | 17 | 0 | 17 | 5B | 4 | 2D | 5C | 35 |
| Octal | 365 | 274 | 27 | 0 | 27 | 133 | 4 | 55 | 134 | 65 |
| Binary | 11110101 | 10111100 | 10111 | 0 | 10111 | 1011011 | 100 | 101101 | 1011100 | 110101 |
Color Harmonies of #F5BC17
Complementary color
Monochromatic Colors of #F5BC17
Black with #F5BC17
Text Example
Text Example
White with #F5BC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BC17; }
p { color: rgb(245,188,23); }
H1.HeaderClassName
{
color: #F5BC17;
}
.AnyTagClassName
{
color: #F5BC17;
}
</style>
background-color css
<style>
a { background-color: #F5BC17; }
a { background-color: rgb(245,188,23); }
div.DivClassName
{
background-color: #F5BC17;
}
.BgClassName
{
background-color: #F5BC17;
}
</style>
border-color css
<style>
span { border-color: #F5BC17; }
span { border-color: rgb(245,188,23); }
td.TdClassName
{
border-color: #F5BC17;
}
.TagClassName
{
border-color: #F5BC17;
}
</style>