Shades of Moon Yellow #FABC25
Tints of Moon Yellow #FABC25
RGB
CMYK
RGB Variations
Color information
#FABC25 (or 0xFABC25) is known color: Moon Yellow. HEX triplet: FA, BC and 25. RGB value is (250,188,37). Sum of RGB (Red+Green+Blue) = 250+188+37=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 37 (14.84% from 255 or 7.79% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABC25 is #0543DA. Grayscale: #BDBDBD. Windows color (decimal): -345051 or 2473210. OLE color: 2473210.
HSL color Cylindrical-coordinate representation of color #FABC25: hue angle of 42.54º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FABC25 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 37 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.02 |
| HSL | 42.54º | 0.96% | 0.56% | - |
| HSV(B) | 42.54º | 0.85% | 0.98% | - |
| XYZ | 57.74 | 56.42 | 9.6 | - |
| YUV | 189.32 | 42.04 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 37 | 0 | 0.25 | 0.85 | 0.02 | 42.54 | 0.96 | 0.56 |
| Hex | FA | BC | 25 | 0 | 19 | 55 | 2 | 2B | 60 | 38 |
| Octal | 372 | 274 | 45 | 0 | 31 | 125 | 2 | 53 | 140 | 70 |
| Binary | 11111010 | 10111100 | 100101 | 0 | 11001 | 1010101 | 10 | 101011 | 1100000 | 111000 |
Color Harmonies of #FABC25
Complementary color
Monochromatic Colors of #FABC25
Black with #FABC25
Text Example
Text Example
White with #FABC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC25; }
p { color: rgb(250,188,37); }
H1.HeaderClassName
{
color: #FABC25;
}
.AnyTagClassName
{
color: #FABC25;
}
</style>
background-color css
<style>
a { background-color: #FABC25; }
a { background-color: rgb(250,188,37); }
div.DivClassName
{
background-color: #FABC25;
}
.BgClassName
{
background-color: #FABC25;
}
</style>
border-color css
<style>
span { border-color: #FABC25; }
span { border-color: rgb(250,188,37); }
td.TdClassName
{
border-color: #FABC25;
}
.TagClassName
{
border-color: #FABC25;
}
</style>