Shades of Moon Yellow #F2B718
Tints of Moon Yellow #F2B718
RGB
CMYK
RGB Variations
Color information
#F2B718 (or 0xF2B718) is known color: Moon Yellow. HEX triplet: F2, B7 and 18. RGB value is (242,183,24). Sum of RGB (Red+Green+Blue) = 242+183+24=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 24 (9.77% from 255 or 5.35% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B718 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B718 is #0D48E7. Grayscale: #B7B7B7. Windows color (decimal): -870632 or 1619954. OLE color: 1619954.
HSL color Cylindrical-coordinate representation of color #F2B718: hue angle of 43.76º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2B718 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 24 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.05 |
| HSL | 43.76º | 0.89% | 0.52% | - |
| HSV(B) | 43.76º | 0.9% | 0.95% | - |
| XYZ | 53.72 | 52.81 | 8.23 | - |
| YUV | 182.52 | 38.55 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 24 | 0 | 0.24 | 0.90 | 0.05 | 43.76 | 0.89 | 0.52 |
| Hex | F2 | B7 | 18 | 0 | 18 | 5A | 5 | 2C | 59 | 34 |
| Octal | 362 | 267 | 30 | 0 | 30 | 132 | 5 | 54 | 131 | 64 |
| Binary | 11110010 | 10110111 | 11000 | 0 | 11000 | 1011010 | 101 | 101100 | 1011001 | 110100 |
Color Harmonies of #F2B718
Complementary color
Monochromatic Colors of #F2B718
Black with #F2B718
Text Example
Text Example
White with #F2B718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B718; }
p { color: rgb(242,183,24); }
H1.HeaderClassName
{
color: #F2B718;
}
.AnyTagClassName
{
color: #F2B718;
}
</style>
background-color css
<style>
a { background-color: #F2B718; }
a { background-color: rgb(242,183,24); }
div.DivClassName
{
background-color: #F2B718;
}
.BgClassName
{
background-color: #F2B718;
}
</style>
border-color css
<style>
span { border-color: #F2B718; }
span { border-color: rgb(242,183,24); }
td.TdClassName
{
border-color: #F2B718;
}
.TagClassName
{
border-color: #F2B718;
}
</style>