Shades of Moon Yellow #F2B71A
Tints of Moon Yellow #F2B71A
RGB
CMYK
RGB Variations
Color information
#F2B71A (or 0xF2B71A) is known color: Moon Yellow. HEX triplet: F2, B7 and 1A. RGB value is (242,183,26). Sum of RGB (Red+Green+Blue) = 242+183+26=451 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.66% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 26 (10.55% from 255 or 5.76% from 451); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B71A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2B71A is #0D48E5. Grayscale: #B7B7B7. Windows color (decimal): -870630 or 1751026. OLE color: 1751026.
HSL color Cylindrical-coordinate representation of color #F2B71A: hue angle of 43.61º 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 #F2B71A is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 26 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.05 |
| HSL | 43.61º | 0.89% | 0.53% | - |
| HSV(B) | 43.61º | 0.89% | 0.95% | - |
| XYZ | 53.74 | 52.82 | 8.34 | - |
| YUV | 182.74 | 39.55 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 26 | 0 | 0.24 | 0.89 | 0.05 | 43.61 | 0.89 | 0.53 |
| Hex | F2 | B7 | 1A | 0 | 18 | 59 | 5 | 2C | 59 | 35 |
| Octal | 362 | 267 | 32 | 0 | 30 | 131 | 5 | 54 | 131 | 65 |
| Binary | 11110010 | 10110111 | 11010 | 0 | 11000 | 1011001 | 101 | 101100 | 1011001 | 110101 |
Color Harmonies of #F2B71A
Complementary color
Monochromatic Colors of #F2B71A
Black with #F2B71A
Text Example
Text Example
White with #F2B71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B71A; }
p { color: rgb(242,183,26); }
H1.HeaderClassName
{
color: #F2B71A;
}
.AnyTagClassName
{
color: #F2B71A;
}
</style>
background-color css
<style>
a { background-color: #F2B71A; }
a { background-color: rgb(242,183,26); }
div.DivClassName
{
background-color: #F2B71A;
}
.BgClassName
{
background-color: #F2B71A;
}
</style>
border-color css
<style>
span { border-color: #F2B71A; }
span { border-color: rgb(242,183,26); }
td.TdClassName
{
border-color: #F2B71A;
}
.TagClassName
{
border-color: #F2B71A;
}
</style>