Shades of Moon Yellow #F5B618
Tints of Moon Yellow #F5B618
RGB
CMYK
RGB Variations
Color information
#F5B618 (or 0xF5B618) is known color: Moon Yellow. HEX triplet: F5, B6 and 18. RGB value is (245,182,24). Sum of RGB (Red+Green+Blue) = 245+182+24=451 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.32% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 24 (9.77% from 255 or 5.32% from 451); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B618 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B618 is #0A49E7. Grayscale: #B7B7B7. Windows color (decimal): -674280 or 1619701. OLE color: 1619701.
HSL color Cylindrical-coordinate representation of color #F5B618: hue angle of 42.9º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F5B618 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 182 | 24 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.04 |
| HSL | 42.9º | 0.92% | 0.53% | - |
| HSV(B) | 42.9º | 0.9% | 0.96% | - |
| XYZ | 54.55 | 52.93 | 8.21 | - |
| YUV | 182.83 | 38.37 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 182 | 24 | 0 | 0.26 | 0.90 | 0.04 | 42.9 | 0.92 | 0.53 |
| Hex | F5 | B6 | 18 | 0 | 1A | 5A | 4 | 2B | 5C | 35 |
| Octal | 365 | 266 | 30 | 0 | 32 | 132 | 4 | 53 | 134 | 65 |
| Binary | 11110101 | 10110110 | 11000 | 0 | 11010 | 1011010 | 100 | 101011 | 1011100 | 110101 |
Color Harmonies of #F5B618
Complementary color
Monochromatic Colors of #F5B618
Black with #F5B618
Text Example
Text Example
White with #F5B618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B618; }
p { color: rgb(245,182,24); }
H1.HeaderClassName
{
color: #F5B618;
}
.AnyTagClassName
{
color: #F5B618;
}
</style>
background-color css
<style>
a { background-color: #F5B618; }
a { background-color: rgb(245,182,24); }
div.DivClassName
{
background-color: #F5B618;
}
.BgClassName
{
background-color: #F5B618;
}
</style>
border-color css
<style>
span { border-color: #F5B618; }
span { border-color: rgb(245,182,24); }
td.TdClassName
{
border-color: #F5B618;
}
.TagClassName
{
border-color: #F5B618;
}
</style>