Shades of Moon Yellow #FABC21
Tints of Moon Yellow #FABC21
RGB
CMYK
RGB Variations
Color information
#FABC21 (or 0xFABC21) is known color: Moon Yellow. HEX triplet: FA, BC and 21. RGB value is (250,188,33). Sum of RGB (Red+Green+Blue) = 250+188+33=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 33 (13.28% from 255 or 7.01% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABC21 is #0543DE. Grayscale: #BDBDBD. Windows color (decimal): -345055 or 2211066. OLE color: 2211066.
HSL color Cylindrical-coordinate representation of color #FABC21: hue angle of 42.86º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FABC21 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 33 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.02 |
| HSL | 42.86º | 0.96% | 0.55% | - |
| HSV(B) | 42.86º | 0.87% | 0.98% | - |
| XYZ | 57.68 | 56.4 | 9.29 | - |
| YUV | 188.87 | 40.04 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 33 | 0 | 0.25 | 0.87 | 0.02 | 42.86 | 0.96 | 0.55 |
| Hex | FA | BC | 21 | 0 | 19 | 57 | 2 | 2B | 60 | 37 |
| Octal | 372 | 274 | 41 | 0 | 31 | 127 | 2 | 53 | 140 | 67 |
| Binary | 11111010 | 10111100 | 100001 | 0 | 11001 | 1010111 | 10 | 101011 | 1100000 | 110111 |
Color Harmonies of #FABC21
Complementary color
Monochromatic Colors of #FABC21
Black with #FABC21
Text Example
Text Example
White with #FABC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC21; }
p { color: rgb(250,188,33); }
H1.HeaderClassName
{
color: #FABC21;
}
.AnyTagClassName
{
color: #FABC21;
}
</style>
background-color css
<style>
a { background-color: #FABC21; }
a { background-color: rgb(250,188,33); }
div.DivClassName
{
background-color: #FABC21;
}
.BgClassName
{
background-color: #FABC21;
}
</style>
border-color css
<style>
span { border-color: #FABC21; }
span { border-color: rgb(250,188,33); }
td.TdClassName
{
border-color: #FABC21;
}
.TagClassName
{
border-color: #FABC21;
}
</style>