Shades of Moon Yellow #F5B812
Tints of Moon Yellow #F5B812
RGB
CMYK
RGB Variations
Color information
#F5B812 (or 0xF5B812) is known color: Moon Yellow. HEX triplet: F5, B8 and 12. RGB value is (245,184,18). Sum of RGB (Red+Green+Blue) = 245+184+18=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 184 (72.27% from 255 or 41.16% from 447); Blue value is 18 (7.42% from 255 or 4.03% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5B812 is #0A47ED. Grayscale: #B8B8B8. Windows color (decimal): -673774 or 1226997. OLE color: 1226997.
HSL color Cylindrical-coordinate representation of color #F5B812: hue angle of 43.88º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5B812 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 184 | 18 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.04 |
| HSL | 43.88º | 0.92% | 0.52% | - |
| HSV(B) | 43.88º | 0.93% | 0.96% | - |
| XYZ | 54.91 | 53.74 | 8.05 | - |
| YUV | 183.32 | 34.71 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 184 | 18 | 0 | 0.25 | 0.93 | 0.04 | 43.88 | 0.92 | 0.52 |
| Hex | F5 | B8 | 12 | 0 | 19 | 5D | 4 | 2C | 5C | 34 |
| Octal | 365 | 270 | 22 | 0 | 31 | 135 | 4 | 54 | 134 | 64 |
| Binary | 11110101 | 10111000 | 10010 | 0 | 11001 | 1011101 | 100 | 101100 | 1011100 | 110100 |
Color Harmonies of #F5B812
Complementary color
Monochromatic Colors of #F5B812
Black with #F5B812
Text Example
Text Example
White with #F5B812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5B812; }
p { color: rgb(245,184,18); }
H1.HeaderClassName
{
color: #F5B812;
}
.AnyTagClassName
{
color: #F5B812;
}
</style>
background-color css
<style>
a { background-color: #F5B812; }
a { background-color: rgb(245,184,18); }
div.DivClassName
{
background-color: #F5B812;
}
.BgClassName
{
background-color: #F5B812;
}
</style>
border-color css
<style>
span { border-color: #F5B812; }
span { border-color: rgb(245,184,18); }
td.TdClassName
{
border-color: #F5B812;
}
.TagClassName
{
border-color: #F5B812;
}
</style>