Shades of Moon Yellow #F2B41B
Tints of Moon Yellow #F2B41B
RGB
CMYK
RGB Variations
Color information
#F2B41B (or 0xF2B41B) is known color: Moon Yellow. HEX triplet: F2, B4 and 1B. RGB value is (242,180,27). Sum of RGB (Red+Green+Blue) = 242+180+27=449 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.90% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 27 (10.94% from 255 or 6.01% from 449); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B41B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B41B is #0D4BE4. Grayscale: #B5B5B5. Windows color (decimal): -871397 or 1815794. OLE color: 1815794.
HSL color Cylindrical-coordinate representation of color #F2B41B: hue angle of 42.7º 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 #F2B41B is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 27 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.05 |
| HSL | 42.7º | 0.89% | 0.53% | - |
| HSV(B) | 42.7º | 0.89% | 0.95% | - |
| XYZ | 53.14 | 51.6 | 8.2 | - |
| YUV | 181.1 | 41.04 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 27 | 0 | 0.26 | 0.89 | 0.05 | 42.7 | 0.89 | 0.53 |
| Hex | F2 | B4 | 1B | 0 | 1A | 59 | 5 | 2B | 59 | 35 |
| Octal | 362 | 264 | 33 | 0 | 32 | 131 | 5 | 53 | 131 | 65 |
| Binary | 11110010 | 10110100 | 11011 | 0 | 11010 | 1011001 | 101 | 101011 | 1011001 | 110101 |
Color Harmonies of #F2B41B
Complementary color
Monochromatic Colors of #F2B41B
Black with #F2B41B
Text Example
Text Example
White with #F2B41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B41B; }
p { color: rgb(242,180,27); }
H1.HeaderClassName
{
color: #F2B41B;
}
.AnyTagClassName
{
color: #F2B41B;
}
</style>
background-color css
<style>
a { background-color: #F2B41B; }
a { background-color: rgb(242,180,27); }
div.DivClassName
{
background-color: #F2B41B;
}
.BgClassName
{
background-color: #F2B41B;
}
</style>
border-color css
<style>
span { border-color: #F2B41B; }
span { border-color: rgb(242,180,27); }
td.TdClassName
{
border-color: #F2B41B;
}
.TagClassName
{
border-color: #F2B41B;
}
</style>