Shades of Moon Yellow #FAC612
Tints of Moon Yellow #FAC612
RGB
CMYK
RGB Variations
Color information
#FAC612 (or 0xFAC612) is known color: Moon Yellow. HEX triplet: FA, C6 and 12. RGB value is (250,198,18). Sum of RGB (Red+Green+Blue) = 250+198+18=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 18 (7.42% from 255 or 3.86% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC612 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC612 is #0539ED. Grayscale: #C1C1C1. Windows color (decimal): -342510 or 1230586. OLE color: 1230586.
HSL color Cylindrical-coordinate representation of color #FAC612: hue angle of 46.55º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FAC612 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 18 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.02 |
| HSL | 46.55º | 0.96% | 0.53% | - |
| HSV(B) | 46.55º | 0.93% | 0.98% | - |
| XYZ | 59.73 | 60.76 | 9.15 | - |
| YUV | 193.03 | 29.23 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 18 | 0 | 0.21 | 0.93 | 0.02 | 46.55 | 0.96 | 0.53 |
| Hex | FA | C6 | 12 | 0 | 15 | 5D | 2 | 2F | 60 | 35 |
| Octal | 372 | 306 | 22 | 0 | 25 | 135 | 2 | 57 | 140 | 65 |
| Binary | 11111010 | 11000110 | 10010 | 0 | 10101 | 1011101 | 10 | 101111 | 1100000 | 110101 |
Color Harmonies of #FAC612
Complementary color
Monochromatic Colors of #FAC612
Black with #FAC612
Text Example
Text Example
White with #FAC612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC612; }
p { color: rgb(250,198,18); }
H1.HeaderClassName
{
color: #FAC612;
}
.AnyTagClassName
{
color: #FAC612;
}
</style>
background-color css
<style>
a { background-color: #FAC612; }
a { background-color: rgb(250,198,18); }
div.DivClassName
{
background-color: #FAC612;
}
.BgClassName
{
background-color: #FAC612;
}
</style>
border-color css
<style>
span { border-color: #FAC612; }
span { border-color: rgb(250,198,18); }
td.TdClassName
{
border-color: #FAC612;
}
.TagClassName
{
border-color: #FAC612;
}
</style>