Shades of Moon Yellow #FAC31D
Tints of Moon Yellow #FAC31D
RGB
CMYK
RGB Variations
Color information
#FAC31D (or 0xFAC31D) is known color: Moon Yellow. HEX triplet: FA, C3 and 1D. RGB value is (250,195,29). Sum of RGB (Red+Green+Blue) = 250+195+29=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 195 (76.56% from 255 or 41.14% from 474); Blue value is 29 (11.72% from 255 or 6.12% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC31D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC31D is #053CE2. Grayscale: #C1C1C1. Windows color (decimal): -343267 or 1950714. OLE color: 1950714.
HSL color Cylindrical-coordinate representation of color #FAC31D: hue angle of 45.07º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FAC31D is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 29 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.02 |
| HSL | 45.07º | 0.96% | 0.55% | - |
| HSV(B) | 45.07º | 0.88% | 0.98% | - |
| XYZ | 59.16 | 59.44 | 9.52 | - |
| YUV | 192.52 | 35.72 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 29 | 0 | 0.22 | 0.88 | 0.02 | 45.07 | 0.96 | 0.55 |
| Hex | FA | C3 | 1D | 0 | 16 | 58 | 2 | 2D | 60 | 37 |
| Octal | 372 | 303 | 35 | 0 | 26 | 130 | 2 | 55 | 140 | 67 |
| Binary | 11111010 | 11000011 | 11101 | 0 | 10110 | 1011000 | 10 | 101101 | 1100000 | 110111 |
Color Harmonies of #FAC31D
Complementary color
Monochromatic Colors of #FAC31D
Black with #FAC31D
Text Example
Text Example
White with #FAC31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC31D; }
p { color: rgb(250,195,29); }
H1.HeaderClassName
{
color: #FAC31D;
}
.AnyTagClassName
{
color: #FAC31D;
}
</style>
background-color css
<style>
a { background-color: #FAC31D; }
a { background-color: rgb(250,195,29); }
div.DivClassName
{
background-color: #FAC31D;
}
.BgClassName
{
background-color: #FAC31D;
}
</style>
border-color css
<style>
span { border-color: #FAC31D; }
span { border-color: rgb(250,195,29); }
td.TdClassName
{
border-color: #FAC31D;
}
.TagClassName
{
border-color: #FAC31D;
}
</style>