Shades of Moon Yellow #FABD14
Tints of Moon Yellow #FABD14
RGB
CMYK
RGB Variations
Color information
#FABD14 (or 0xFABD14) is known color: Moon Yellow. HEX triplet: FA, BD and 14. RGB value is (250,189,20). Sum of RGB (Red+Green+Blue) = 250+189+20=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FABD14 is #0542EB. Grayscale: #BCBCBC. Windows color (decimal): -344812 or 1359354. OLE color: 1359354.
HSL color Cylindrical-coordinate representation of color #FABD14: hue angle of 44.09º 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 #FABD14 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 20 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.02 |
| HSL | 44.09º | 0.96% | 0.53% | - |
| HSV(B) | 44.09º | 0.92% | 0.98% | - |
| XYZ | 57.75 | 56.77 | 8.58 | - |
| YUV | 187.97 | 33.21 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 20 | 0 | 0.24 | 0.92 | 0.02 | 44.09 | 0.96 | 0.53 |
| Hex | FA | BD | 14 | 0 | 18 | 5C | 2 | 2C | 60 | 35 |
| Octal | 372 | 275 | 24 | 0 | 30 | 134 | 2 | 54 | 140 | 65 |
| Binary | 11111010 | 10111101 | 10100 | 0 | 11000 | 1011100 | 10 | 101100 | 1100000 | 110101 |
Color Harmonies of #FABD14
Complementary color
Monochromatic Colors of #FABD14
Black with #FABD14
Text Example
Text Example
White with #FABD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD14; }
p { color: rgb(250,189,20); }
H1.HeaderClassName
{
color: #FABD14;
}
.AnyTagClassName
{
color: #FABD14;
}
</style>
background-color css
<style>
a { background-color: #FABD14; }
a { background-color: rgb(250,189,20); }
div.DivClassName
{
background-color: #FABD14;
}
.BgClassName
{
background-color: #FABD14;
}
</style>
border-color css
<style>
span { border-color: #FABD14; }
span { border-color: rgb(250,189,20); }
td.TdClassName
{
border-color: #FABD14;
}
.TagClassName
{
border-color: #FABD14;
}
</style>