Shades of Moon Yellow #FDBA19
Tints of Moon Yellow #FDBA19
RGB
CMYK
RGB Variations
Color information
#FDBA19 (or 0xFDBA19) is known color: Moon Yellow. HEX triplet: FD, BA and 19. RGB value is (253,186,25). Sum of RGB (Red+Green+Blue) = 253+186+25=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 25 (10.16% from 255 or 5.39% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBA19 is #0245E6. Grayscale: #BCBCBC. Windows color (decimal): -148967 or 1686269. OLE color: 1686269.
HSL color Cylindrical-coordinate representation of color #FDBA19: hue angle of 42.37º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDBA19 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 25 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.01 |
| HSL | 42.37º | 0.98% | 0.55% | - |
| HSV(B) | 42.37º | 0.9% | 0.99% | - |
| XYZ | 58.24 | 56.07 | 8.67 | - |
| YUV | 187.68 | 36.2 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 25 | 0 | 0.26 | 0.90 | 0.01 | 42.37 | 0.98 | 0.55 |
| Hex | FD | BA | 19 | 0 | 1A | 5A | 1 | 2A | 62 | 37 |
| Octal | 375 | 272 | 31 | 0 | 32 | 132 | 1 | 52 | 142 | 67 |
| Binary | 11111101 | 10111010 | 11001 | 0 | 11010 | 1011010 | 1 | 101010 | 1100010 | 110111 |
Color Harmonies of #FDBA19
Complementary color
Monochromatic Colors of #FDBA19
Black with #FDBA19
Text Example
Text Example
White with #FDBA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA19; }
p { color: rgb(253,186,25); }
H1.HeaderClassName
{
color: #FDBA19;
}
.AnyTagClassName
{
color: #FDBA19;
}
</style>
background-color css
<style>
a { background-color: #FDBA19; }
a { background-color: rgb(253,186,25); }
div.DivClassName
{
background-color: #FDBA19;
}
.BgClassName
{
background-color: #FDBA19;
}
</style>
border-color css
<style>
span { border-color: #FDBA19; }
span { border-color: rgb(253,186,25); }
td.TdClassName
{
border-color: #FDBA19;
}
.TagClassName
{
border-color: #FDBA19;
}
</style>