Shades of Moon Yellow #F2B31E
Tints of Moon Yellow #F2B31E
RGB
CMYK
RGB Variations
Color information
#F2B31E (or 0xF2B31E) is known color: Moon Yellow. HEX triplet: F2, B3 and 1E. RGB value is (242,179,30). Sum of RGB (Red+Green+Blue) = 242+179+30=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 30 (12.11% from 255 or 6.65% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B31E is #0D4CE1. Grayscale: #B5B5B5. Windows color (decimal): -871650 or 2012146. OLE color: 2012146.
HSL color Cylindrical-coordinate representation of color #F2B31E: hue angle of 42.17º 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 #F2B31E is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 30 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.05 |
| HSL | 42.17º | 0.89% | 0.53% | - |
| HSV(B) | 42.17º | 0.88% | 0.95% | - |
| XYZ | 52.97 | 51.21 | 8.32 | - |
| YUV | 180.85 | 42.87 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 30 | 0 | 0.26 | 0.88 | 0.05 | 42.17 | 0.89 | 0.53 |
| Hex | F2 | B3 | 1E | 0 | 1A | 58 | 5 | 2A | 59 | 35 |
| Octal | 362 | 263 | 36 | 0 | 32 | 130 | 5 | 52 | 131 | 65 |
| Binary | 11110010 | 10110011 | 11110 | 0 | 11010 | 1011000 | 101 | 101010 | 1011001 | 110101 |
Color Harmonies of #F2B31E
Complementary color
Monochromatic Colors of #F2B31E
Black with #F2B31E
Text Example
Text Example
White with #F2B31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B31E; }
p { color: rgb(242,179,30); }
H1.HeaderClassName
{
color: #F2B31E;
}
.AnyTagClassName
{
color: #F2B31E;
}
</style>
background-color css
<style>
a { background-color: #F2B31E; }
a { background-color: rgb(242,179,30); }
div.DivClassName
{
background-color: #F2B31E;
}
.BgClassName
{
background-color: #F2B31E;
}
</style>
border-color css
<style>
span { border-color: #F2B31E; }
span { border-color: rgb(242,179,30); }
td.TdClassName
{
border-color: #F2B31E;
}
.TagClassName
{
border-color: #F2B31E;
}
</style>