Shades of Moon Yellow #F5C81C
Tints of Moon Yellow #F5C81C
RGB
CMYK
RGB Variations
Color information
#F5C81C (or 0xF5C81C) is known color: Moon Yellow. HEX triplet: F5, C8 and 1C. RGB value is (245,200,28). Sum of RGB (Red+Green+Blue) = 245+200+28=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 28 (11.33% from 255 or 5.92% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C81C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C81C is #0A37E3. Grayscale: #C2C2C2. Windows color (decimal): -669668 or 1886453. OLE color: 1886453.
HSL color Cylindrical-coordinate representation of color #F5C81C: hue angle of 47.56º 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 #F5C81C is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 200 | 28 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.04 |
| HSL | 47.56º | 0.92% | 0.54% | - |
| HSV(B) | 47.56º | 0.89% | 0.96% | - |
| XYZ | 58.52 | 60.8 | 9.75 | - |
| YUV | 193.85 | 34.41 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 200 | 28 | 0 | 0.18 | 0.89 | 0.04 | 47.56 | 0.92 | 0.54 |
| Hex | F5 | C8 | 1C | 0 | 12 | 59 | 4 | 30 | 5C | 36 |
| Octal | 365 | 310 | 34 | 0 | 22 | 131 | 4 | 60 | 134 | 66 |
| Binary | 11110101 | 11001000 | 11100 | 0 | 10010 | 1011001 | 100 | 110000 | 1011100 | 110110 |
Color Harmonies of #F5C81C
Complementary color
Monochromatic Colors of #F5C81C
Black with #F5C81C
Text Example
Text Example
White with #F5C81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C81C; }
p { color: rgb(245,200,28); }
H1.HeaderClassName
{
color: #F5C81C;
}
.AnyTagClassName
{
color: #F5C81C;
}
</style>
background-color css
<style>
a { background-color: #F5C81C; }
a { background-color: rgb(245,200,28); }
div.DivClassName
{
background-color: #F5C81C;
}
.BgClassName
{
background-color: #F5C81C;
}
</style>
border-color css
<style>
span { border-color: #F5C81C; }
span { border-color: rgb(245,200,28); }
td.TdClassName
{
border-color: #F5C81C;
}
.TagClassName
{
border-color: #F5C81C;
}
</style>