Shades of Moon Yellow #F2B714
Tints of Moon Yellow #F2B714
RGB
CMYK
RGB Variations
Color information
#F2B714 (or 0xF2B714) is known color: Moon Yellow. HEX triplet: F2, B7 and 14. RGB value is (242,183,20). Sum of RGB (Red+Green+Blue) = 242+183+20=445 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.38% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 20 (8.20% from 255 or 4.49% from 445); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B714 is #0D48EB. Grayscale: #B6B6B6. Windows color (decimal): -870636 or 1357810. OLE color: 1357810.
HSL color Cylindrical-coordinate representation of color #F2B714: hue angle of 44.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2B714 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 20 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.05 |
| HSL | 44.05º | 0.9% | 0.51% | - |
| HSV(B) | 44.05º | 0.92% | 0.95% | - |
| XYZ | 53.68 | 52.79 | 8.02 | - |
| YUV | 182.06 | 36.55 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 20 | 0 | 0.24 | 0.92 | 0.05 | 44.05 | 0.9 | 0.51 |
| Hex | F2 | B7 | 14 | 0 | 18 | 5C | 5 | 2C | 5A | 33 |
| Octal | 362 | 267 | 24 | 0 | 30 | 134 | 5 | 54 | 132 | 63 |
| Binary | 11110010 | 10110111 | 10100 | 0 | 11000 | 1011100 | 101 | 101100 | 1011010 | 110011 |
Color Harmonies of #F2B714
Complementary color
Monochromatic Colors of #F2B714
Black with #F2B714
Text Example
Text Example
White with #F2B714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B714; }
p { color: rgb(242,183,20); }
H1.HeaderClassName
{
color: #F2B714;
}
.AnyTagClassName
{
color: #F2B714;
}
</style>
background-color css
<style>
a { background-color: #F2B714; }
a { background-color: rgb(242,183,20); }
div.DivClassName
{
background-color: #F2B714;
}
.BgClassName
{
background-color: #F2B714;
}
</style>
border-color css
<style>
span { border-color: #F2B714; }
span { border-color: rgb(242,183,20); }
td.TdClassName
{
border-color: #F2B714;
}
.TagClassName
{
border-color: #F2B714;
}
</style>