Shades of Moon Yellow #FABD25
Tints of Moon Yellow #FABD25
RGB
CMYK
RGB Variations
Color information
#FABD25 (or 0xFABD25) is known color: Moon Yellow. HEX triplet: FA, BD and 25. RGB value is (250,189,37). Sum of RGB (Red+Green+Blue) = 250+189+37=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 37 (14.84% from 255 or 7.77% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABD25 is #0542DA. Grayscale: #BEBEBE. Windows color (decimal): -344795 or 2473466. OLE color: 2473466.
HSL color Cylindrical-coordinate representation of color #FABD25: hue angle of 42.82º 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 #FABD25 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 37 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.02 |
| HSL | 42.82º | 0.96% | 0.56% | - |
| HSV(B) | 42.82º | 0.85% | 0.98% | - |
| XYZ | 57.96 | 56.85 | 9.67 | - |
| YUV | 189.91 | 41.71 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 37 | 0 | 0.24 | 0.85 | 0.02 | 42.82 | 0.96 | 0.56 |
| Hex | FA | BD | 25 | 0 | 18 | 55 | 2 | 2B | 60 | 38 |
| Octal | 372 | 275 | 45 | 0 | 30 | 125 | 2 | 53 | 140 | 70 |
| Binary | 11111010 | 10111101 | 100101 | 0 | 11000 | 1010101 | 10 | 101011 | 1100000 | 111000 |
Color Harmonies of #FABD25
Complementary color
Monochromatic Colors of #FABD25
Black with #FABD25
Text Example
Text Example
White with #FABD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD25; }
p { color: rgb(250,189,37); }
H1.HeaderClassName
{
color: #FABD25;
}
.AnyTagClassName
{
color: #FABD25;
}
</style>
background-color css
<style>
a { background-color: #FABD25; }
a { background-color: rgb(250,189,37); }
div.DivClassName
{
background-color: #FABD25;
}
.BgClassName
{
background-color: #FABD25;
}
</style>
border-color css
<style>
span { border-color: #FABD25; }
span { border-color: rgb(250,189,37); }
td.TdClassName
{
border-color: #FABD25;
}
.TagClassName
{
border-color: #FABD25;
}
</style>