Shades of Moon Yellow #F2B31B
Tints of Moon Yellow #F2B31B
RGB
CMYK
RGB Variations
Color information
#F2B31B (or 0xF2B31B) is known color: Moon Yellow. HEX triplet: F2, B3 and 1B. RGB value is (242,179,27). Sum of RGB (Red+Green+Blue) = 242+179+27=448 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.02% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 27 (10.94% from 255 or 6.03% from 448); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B31B is #0D4CE4. Grayscale: #B5B5B5. Windows color (decimal): -871653 or 1815538. OLE color: 1815538.
HSL color Cylindrical-coordinate representation of color #F2B31B: hue angle of 42.42º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2B31B is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 27 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.05 |
| HSL | 42.42º | 0.89% | 0.53% | - |
| HSV(B) | 42.42º | 0.89% | 0.95% | - |
| XYZ | 52.94 | 51.2 | 8.13 | - |
| YUV | 180.51 | 41.37 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 27 | 0 | 0.26 | 0.89 | 0.05 | 42.42 | 0.89 | 0.53 |
| Hex | F2 | B3 | 1B | 0 | 1A | 59 | 5 | 2A | 59 | 35 |
| Octal | 362 | 263 | 33 | 0 | 32 | 131 | 5 | 52 | 131 | 65 |
| Binary | 11110010 | 10110011 | 11011 | 0 | 11010 | 1011001 | 101 | 101010 | 1011001 | 110101 |
Color Harmonies of #F2B31B
Complementary color
Monochromatic Colors of #F2B31B
Black with #F2B31B
Text Example
Text Example
White with #F2B31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B31B; }
p { color: rgb(242,179,27); }
H1.HeaderClassName
{
color: #F2B31B;
}
.AnyTagClassName
{
color: #F2B31B;
}
</style>
background-color css
<style>
a { background-color: #F2B31B; }
a { background-color: rgb(242,179,27); }
div.DivClassName
{
background-color: #F2B31B;
}
.BgClassName
{
background-color: #F2B31B;
}
</style>
border-color css
<style>
span { border-color: #F2B31B; }
span { border-color: rgb(242,179,27); }
td.TdClassName
{
border-color: #F2B31B;
}
.TagClassName
{
border-color: #F2B31B;
}
</style>