Shades of Moon Yellow #FAC712
Tints of Moon Yellow #FAC712
RGB
CMYK
RGB Variations
Color information
#FAC712 (or 0xFAC712) is known color: Moon Yellow. HEX triplet: FA, C7 and 12. RGB value is (250,199,18). Sum of RGB (Red+Green+Blue) = 250+199+18=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 18 (7.42% from 255 or 3.85% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC712 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC712 is #0538ED. Grayscale: #C2C2C2. Windows color (decimal): -342254 or 1230842. OLE color: 1230842.
HSL color Cylindrical-coordinate representation of color #FAC712: hue angle of 46.81º 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 #FAC712 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 18 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.02 |
| HSL | 46.81º | 0.96% | 0.53% | - |
| HSV(B) | 46.81º | 0.93% | 0.98% | - |
| XYZ | 59.96 | 61.21 | 9.23 | - |
| YUV | 193.62 | 28.9 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 18 | 0 | 0.20 | 0.93 | 0.02 | 46.81 | 0.96 | 0.53 |
| Hex | FA | C7 | 12 | 0 | 14 | 5D | 2 | 2F | 60 | 35 |
| Octal | 372 | 307 | 22 | 0 | 24 | 135 | 2 | 57 | 140 | 65 |
| Binary | 11111010 | 11000111 | 10010 | 0 | 10100 | 1011101 | 10 | 101111 | 1100000 | 110101 |
Color Harmonies of #FAC712
Complementary color
Monochromatic Colors of #FAC712
Black with #FAC712
Text Example
Text Example
White with #FAC712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC712; }
p { color: rgb(250,199,18); }
H1.HeaderClassName
{
color: #FAC712;
}
.AnyTagClassName
{
color: #FAC712;
}
</style>
background-color css
<style>
a { background-color: #FAC712; }
a { background-color: rgb(250,199,18); }
div.DivClassName
{
background-color: #FAC712;
}
.BgClassName
{
background-color: #FAC712;
}
</style>
border-color css
<style>
span { border-color: #FAC712; }
span { border-color: rgb(250,199,18); }
td.TdClassName
{
border-color: #FAC712;
}
.TagClassName
{
border-color: #FAC712;
}
</style>