Shades of Moon Yellow #F2B71E
Tints of Moon Yellow #F2B71E
RGB
CMYK
RGB Variations
Color information
#F2B71E (or 0xF2B71E) is known color: Moon Yellow. HEX triplet: F2, B7 and 1E. RGB value is (242,183,30). Sum of RGB (Red+Green+Blue) = 242+183+30=455 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.19% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 30 (12.11% from 255 or 6.59% from 455); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B71E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B71E is #0D48E1. Grayscale: #B7B7B7. Windows color (decimal): -870626 or 2013170. OLE color: 2013170.
HSL color Cylindrical-coordinate representation of color #F2B71E: hue angle of 43.3º 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 #F2B71E is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 30 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.05 |
| HSL | 43.3º | 0.89% | 0.53% | - |
| HSV(B) | 43.3º | 0.88% | 0.95% | - |
| XYZ | 53.79 | 52.84 | 8.59 | - |
| YUV | 183.2 | 41.55 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 30 | 0 | 0.24 | 0.88 | 0.05 | 43.3 | 0.89 | 0.53 |
| Hex | F2 | B7 | 1E | 0 | 18 | 58 | 5 | 2B | 59 | 35 |
| Octal | 362 | 267 | 36 | 0 | 30 | 130 | 5 | 53 | 131 | 65 |
| Binary | 11110010 | 10110111 | 11110 | 0 | 11000 | 1011000 | 101 | 101011 | 1011001 | 110101 |
Color Harmonies of #F2B71E
Complementary color
Monochromatic Colors of #F2B71E
Black with #F2B71E
Text Example
Text Example
White with #F2B71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B71E; }
p { color: rgb(242,183,30); }
H1.HeaderClassName
{
color: #F2B71E;
}
.AnyTagClassName
{
color: #F2B71E;
}
</style>
background-color css
<style>
a { background-color: #F2B71E; }
a { background-color: rgb(242,183,30); }
div.DivClassName
{
background-color: #F2B71E;
}
.BgClassName
{
background-color: #F2B71E;
}
</style>
border-color css
<style>
span { border-color: #F2B71E; }
span { border-color: rgb(242,183,30); }
td.TdClassName
{
border-color: #F2B71E;
}
.TagClassName
{
border-color: #F2B71E;
}
</style>