Shades of Moon Yellow #FABD1E
Tints of Moon Yellow #FABD1E
RGB
CMYK
RGB Variations
Color information
#FABD1E (or 0xFABD1E) is known color: Moon Yellow. HEX triplet: FA, BD and 1E. RGB value is (250,189,30). Sum of RGB (Red+Green+Blue) = 250+189+30=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 30 (12.11% from 255 or 6.40% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABD1E is #0542E1. Grayscale: #BDBDBD. Windows color (decimal): -344802 or 2014714. OLE color: 2014714.
HSL color Cylindrical-coordinate representation of color #FABD1E: hue angle of 43.36º 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 #FABD1E is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 30 | - |
| CMYK | 0 | 0.24 | 0.88 | 0.02 |
| HSL | 43.36º | 0.96% | 0.55% | - |
| HSV(B) | 43.36º | 0.88% | 0.98% | - |
| XYZ | 57.86 | 56.81 | 9.14 | - |
| YUV | 189.11 | 38.21 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 30 | 0 | 0.24 | 0.88 | 0.02 | 43.36 | 0.96 | 0.55 |
| Hex | FA | BD | 1E | 0 | 18 | 58 | 2 | 2B | 60 | 37 |
| Octal | 372 | 275 | 36 | 0 | 30 | 130 | 2 | 53 | 140 | 67 |
| Binary | 11111010 | 10111101 | 11110 | 0 | 11000 | 1011000 | 10 | 101011 | 1100000 | 110111 |
Color Harmonies of #FABD1E
Complementary color
Monochromatic Colors of #FABD1E
Black with #FABD1E
Text Example
Text Example
White with #FABD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD1E; }
p { color: rgb(250,189,30); }
H1.HeaderClassName
{
color: #FABD1E;
}
.AnyTagClassName
{
color: #FABD1E;
}
</style>
background-color css
<style>
a { background-color: #FABD1E; }
a { background-color: rgb(250,189,30); }
div.DivClassName
{
background-color: #FABD1E;
}
.BgClassName
{
background-color: #FABD1E;
}
</style>
border-color css
<style>
span { border-color: #FABD1E; }
span { border-color: rgb(250,189,30); }
td.TdClassName
{
border-color: #FABD1E;
}
.TagClassName
{
border-color: #FABD1E;
}
</style>