Shades of Moon Yellow #F2B812
Tints of Moon Yellow #F2B812
RGB
CMYK
RGB Variations
Color information
#F2B812 (or 0xF2B812) is known color: Moon Yellow. HEX triplet: F2, B8 and 12. RGB value is (242,184,18). Sum of RGB (Red+Green+Blue) = 242+184+18=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 18 (7.42% from 255 or 4.05% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B812 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2B812 is #0D47ED. Grayscale: #B7B7B7. Windows color (decimal): -870382 or 1226994. OLE color: 1226994.
HSL color Cylindrical-coordinate representation of color #F2B812: hue angle of 44.46º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2B812 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 18 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.05 |
| HSL | 44.46º | 0.9% | 0.51% | - |
| HSV(B) | 44.46º | 0.93% | 0.95% | - |
| XYZ | 53.87 | 53.2 | 8 | - |
| YUV | 182.42 | 35.22 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 18 | 0 | 0.24 | 0.93 | 0.05 | 44.46 | 0.9 | 0.51 |
| Hex | F2 | B8 | 12 | 0 | 18 | 5D | 5 | 2C | 5A | 33 |
| Octal | 362 | 270 | 22 | 0 | 30 | 135 | 5 | 54 | 132 | 63 |
| Binary | 11110010 | 10111000 | 10010 | 0 | 11000 | 1011101 | 101 | 101100 | 1011010 | 110011 |
Color Harmonies of #F2B812
Complementary color
Monochromatic Colors of #F2B812
Black with #F2B812
Text Example
Text Example
White with #F2B812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B812; }
p { color: rgb(242,184,18); }
H1.HeaderClassName
{
color: #F2B812;
}
.AnyTagClassName
{
color: #F2B812;
}
</style>
background-color css
<style>
a { background-color: #F2B812; }
a { background-color: rgb(242,184,18); }
div.DivClassName
{
background-color: #F2B812;
}
.BgClassName
{
background-color: #F2B812;
}
</style>
border-color css
<style>
span { border-color: #F2B812; }
span { border-color: rgb(242,184,18); }
td.TdClassName
{
border-color: #F2B812;
}
.TagClassName
{
border-color: #F2B812;
}
</style>