Shades of Moon Yellow #FAC01D
Tints of Moon Yellow #FAC01D
RGB
CMYK
RGB Variations
Color information
#FAC01D (or 0xFAC01D) is known color: Moon Yellow. HEX triplet: FA, C0 and 1D. RGB value is (250,192,29). Sum of RGB (Red+Green+Blue) = 250+192+29=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 29 (11.72% from 255 or 6.16% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC01D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC01D is #053FE2. Grayscale: #BFBFBF. Windows color (decimal): -344035 or 1949946. OLE color: 1949946.
HSL color Cylindrical-coordinate representation of color #FAC01D: hue angle of 44.25º 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 #FAC01D is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 29 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.02 |
| HSL | 44.25º | 0.96% | 0.55% | - |
| HSV(B) | 44.25º | 0.88% | 0.98% | - |
| XYZ | 58.5 | 58.11 | 9.3 | - |
| YUV | 190.76 | 36.72 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 29 | 0 | 0.23 | 0.88 | 0.02 | 44.25 | 0.96 | 0.55 |
| Hex | FA | C0 | 1D | 0 | 17 | 58 | 2 | 2C | 60 | 37 |
| Octal | 372 | 300 | 35 | 0 | 27 | 130 | 2 | 54 | 140 | 67 |
| Binary | 11111010 | 11000000 | 11101 | 0 | 10111 | 1011000 | 10 | 101100 | 1100000 | 110111 |
Color Harmonies of #FAC01D
Complementary color
Monochromatic Colors of #FAC01D
Black with #FAC01D
Text Example
Text Example
White with #FAC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC01D; }
p { color: rgb(250,192,29); }
H1.HeaderClassName
{
color: #FAC01D;
}
.AnyTagClassName
{
color: #FAC01D;
}
</style>
background-color css
<style>
a { background-color: #FAC01D; }
a { background-color: rgb(250,192,29); }
div.DivClassName
{
background-color: #FAC01D;
}
.BgClassName
{
background-color: #FAC01D;
}
</style>
border-color css
<style>
span { border-color: #FAC01D; }
span { border-color: rgb(250,192,29); }
td.TdClassName
{
border-color: #FAC01D;
}
.TagClassName
{
border-color: #FAC01D;
}
</style>