Shades of Moon Yellow #F5BD1C
Tints of Moon Yellow #F5BD1C
RGB
CMYK
RGB Variations
Color information
#F5BD1C (or 0xF5BD1C) is known color: Moon Yellow. HEX triplet: F5, BD and 1C. RGB value is (245,189,28). Sum of RGB (Red+Green+Blue) = 245+189+28=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 28 (11.33% from 255 or 6.06% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BD1C is #0A42E3. Grayscale: #BCBCBC. Windows color (decimal): -672484 or 1883637. OLE color: 1883637.
HSL color Cylindrical-coordinate representation of color #F5BD1C: hue angle of 44.52º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5BD1C is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 28 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.04 |
| HSL | 44.52º | 0.92% | 0.54% | - |
| HSV(B) | 44.52º | 0.89% | 0.96% | - |
| XYZ | 56.06 | 55.89 | 8.93 | - |
| YUV | 187.39 | 38.05 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 28 | 0 | 0.23 | 0.89 | 0.04 | 44.52 | 0.92 | 0.54 |
| Hex | F5 | BD | 1C | 0 | 17 | 59 | 4 | 2D | 5C | 36 |
| Octal | 365 | 275 | 34 | 0 | 27 | 131 | 4 | 55 | 134 | 66 |
| Binary | 11110101 | 10111101 | 11100 | 0 | 10111 | 1011001 | 100 | 101101 | 1011100 | 110110 |
Color Harmonies of #F5BD1C
Complementary color
Monochromatic Colors of #F5BD1C
Black with #F5BD1C
Text Example
Text Example
White with #F5BD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BD1C; }
p { color: rgb(245,189,28); }
H1.HeaderClassName
{
color: #F5BD1C;
}
.AnyTagClassName
{
color: #F5BD1C;
}
</style>
background-color css
<style>
a { background-color: #F5BD1C; }
a { background-color: rgb(245,189,28); }
div.DivClassName
{
background-color: #F5BD1C;
}
.BgClassName
{
background-color: #F5BD1C;
}
</style>
border-color css
<style>
span { border-color: #F5BD1C; }
span { border-color: rgb(245,189,28); }
td.TdClassName
{
border-color: #F5BD1C;
}
.TagClassName
{
border-color: #F5BD1C;
}
</style>