Shades of Moon Yellow #F2B31C
Tints of Moon Yellow #F2B31C
RGB
CMYK
RGB Variations
Color information
#F2B31C (or 0xF2B31C) is known color: Moon Yellow. HEX triplet: F2, B3 and 1C. RGB value is (242,179,28). Sum of RGB (Red+Green+Blue) = 242+179+28=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B31C is #0D4CE3. Grayscale: #B5B5B5. Windows color (decimal): -871652 or 1881074. OLE color: 1881074.
HSL color Cylindrical-coordinate representation of color #F2B31C: hue angle of 42.34º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2B31C is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 28 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.05 |
| HSL | 42.34º | 0.89% | 0.53% | - |
| HSV(B) | 42.34º | 0.88% | 0.95% | - |
| XYZ | 52.95 | 51.2 | 8.19 | - |
| YUV | 180.62 | 41.87 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 28 | 0 | 0.26 | 0.88 | 0.05 | 42.34 | 0.89 | 0.53 |
| Hex | F2 | B3 | 1C | 0 | 1A | 58 | 5 | 2A | 59 | 35 |
| Octal | 362 | 263 | 34 | 0 | 32 | 130 | 5 | 52 | 131 | 65 |
| Binary | 11110010 | 10110011 | 11100 | 0 | 11010 | 1011000 | 101 | 101010 | 1011001 | 110101 |
Color Harmonies of #F2B31C
Complementary color
Monochromatic Colors of #F2B31C
Black with #F2B31C
Text Example
Text Example
White with #F2B31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B31C; }
p { color: rgb(242,179,28); }
H1.HeaderClassName
{
color: #F2B31C;
}
.AnyTagClassName
{
color: #F2B31C;
}
</style>
background-color css
<style>
a { background-color: #F2B31C; }
a { background-color: rgb(242,179,28); }
div.DivClassName
{
background-color: #F2B31C;
}
.BgClassName
{
background-color: #F2B31C;
}
</style>
border-color css
<style>
span { border-color: #F2B31C; }
span { border-color: rgb(242,179,28); }
td.TdClassName
{
border-color: #F2B31C;
}
.TagClassName
{
border-color: #F2B31C;
}
</style>