Shades of Moon Yellow #F2B517
Tints of Moon Yellow #F2B517
RGB
CMYK
RGB Variations
Color information
#F2B517 (or 0xF2B517) is known color: Moon Yellow. HEX triplet: F2, B5 and 17. RGB value is (242,181,23). Sum of RGB (Red+Green+Blue) = 242+181+23=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 23 (9.38% from 255 or 5.16% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B517 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B517 is #0D4AE8. Grayscale: #B5B5B5. Windows color (decimal): -871145 or 1553906. OLE color: 1553906.
HSL color Cylindrical-coordinate representation of color #F2B517: hue angle of 43.29º 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 #F2B517 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 23 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.05 |
| HSL | 43.29º | 0.89% | 0.52% | - |
| HSV(B) | 43.29º | 0.9% | 0.95% | - |
| XYZ | 53.3 | 51.99 | 8.04 | - |
| YUV | 181.23 | 38.71 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 23 | 0 | 0.25 | 0.90 | 0.05 | 43.29 | 0.89 | 0.52 |
| Hex | F2 | B5 | 17 | 0 | 19 | 5A | 5 | 2B | 59 | 34 |
| Octal | 362 | 265 | 27 | 0 | 31 | 132 | 5 | 53 | 131 | 64 |
| Binary | 11110010 | 10110101 | 10111 | 0 | 11001 | 1011010 | 101 | 101011 | 1011001 | 110100 |
Color Harmonies of #F2B517
Complementary color
Monochromatic Colors of #F2B517
Black with #F2B517
Text Example
Text Example
White with #F2B517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B517; }
p { color: rgb(242,181,23); }
H1.HeaderClassName
{
color: #F2B517;
}
.AnyTagClassName
{
color: #F2B517;
}
</style>
background-color css
<style>
a { background-color: #F2B517; }
a { background-color: rgb(242,181,23); }
div.DivClassName
{
background-color: #F2B517;
}
.BgClassName
{
background-color: #F2B517;
}
</style>
border-color css
<style>
span { border-color: #F2B517; }
span { border-color: rgb(242,181,23); }
td.TdClassName
{
border-color: #F2B517;
}
.TagClassName
{
border-color: #F2B517;
}
</style>