Shades of Moon Yellow #FAC614
Tints of Moon Yellow #FAC614
RGB
CMYK
RGB Variations
Color information
#FAC614 (or 0xFAC614) is known color: Moon Yellow. HEX triplet: FA, C6 and 14. RGB value is (250,198,20). Sum of RGB (Red+Green+Blue) = 250+198+20=468 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.42% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAC614 is #0539EB. Grayscale: #C2C2C2. Windows color (decimal): -342508 or 1361658. OLE color: 1361658.
HSL color Cylindrical-coordinate representation of color #FAC614: hue angle of 46.43º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FAC614 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 20 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.02 |
| HSL | 46.43º | 0.96% | 0.53% | - |
| HSV(B) | 46.43º | 0.92% | 0.98% | - |
| XYZ | 59.74 | 60.76 | 9.24 | - |
| YUV | 193.26 | 30.23 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 20 | 0 | 0.21 | 0.92 | 0.02 | 46.43 | 0.96 | 0.53 |
| Hex | FA | C6 | 14 | 0 | 15 | 5C | 2 | 2E | 60 | 35 |
| Octal | 372 | 306 | 24 | 0 | 25 | 134 | 2 | 56 | 140 | 65 |
| Binary | 11111010 | 11000110 | 10100 | 0 | 10101 | 1011100 | 10 | 101110 | 1100000 | 110101 |
Color Harmonies of #FAC614
Complementary color
Monochromatic Colors of #FAC614
Black with #FAC614
Text Example
Text Example
White with #FAC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC614; }
p { color: rgb(250,198,20); }
H1.HeaderClassName
{
color: #FAC614;
}
.AnyTagClassName
{
color: #FAC614;
}
</style>
background-color css
<style>
a { background-color: #FAC614; }
a { background-color: rgb(250,198,20); }
div.DivClassName
{
background-color: #FAC614;
}
.BgClassName
{
background-color: #FAC614;
}
</style>
border-color css
<style>
span { border-color: #FAC614; }
span { border-color: rgb(250,198,20); }
td.TdClassName
{
border-color: #FAC614;
}
.TagClassName
{
border-color: #FAC614;
}
</style>