Shades of Moon Yellow #FDBD1D
Tints of Moon Yellow #FDBD1D
RGB
CMYK
RGB Variations
Color information
#FDBD1D (or 0xFDBD1D) is known color: Moon Yellow. HEX triplet: FD, BD and 1D. RGB value is (253,189,29). Sum of RGB (Red+Green+Blue) = 253+189+29=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 29 (11.72% from 255 or 6.16% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBD1D is #0242E2. Grayscale: #BEBEBE. Windows color (decimal): -148195 or 1949181. OLE color: 1949181.
HSL color Cylindrical-coordinate representation of color #FDBD1D: hue angle of 42.86º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDBD1D is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 29 | - |
| CMYK | 0 | 0.25 | 0.89 | 0.01 |
| HSL | 42.86º | 0.98% | 0.55% | - |
| HSV(B) | 42.86º | 0.89% | 0.99% | - |
| XYZ | 58.93 | 57.37 | 9.13 | - |
| YUV | 189.9 | 37.2 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 29 | 0 | 0.25 | 0.89 | 0.01 | 42.86 | 0.98 | 0.55 |
| Hex | FD | BD | 1D | 0 | 19 | 59 | 1 | 2B | 62 | 37 |
| Octal | 375 | 275 | 35 | 0 | 31 | 131 | 1 | 53 | 142 | 67 |
| Binary | 11111101 | 10111101 | 11101 | 0 | 11001 | 1011001 | 1 | 101011 | 1100010 | 110111 |
Color Harmonies of #FDBD1D
Complementary color
Monochromatic Colors of #FDBD1D
Black with #FDBD1D
Text Example
Text Example
White with #FDBD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD1D; }
p { color: rgb(253,189,29); }
H1.HeaderClassName
{
color: #FDBD1D;
}
.AnyTagClassName
{
color: #FDBD1D;
}
</style>
background-color css
<style>
a { background-color: #FDBD1D; }
a { background-color: rgb(253,189,29); }
div.DivClassName
{
background-color: #FDBD1D;
}
.BgClassName
{
background-color: #FDBD1D;
}
</style>
border-color css
<style>
span { border-color: #FDBD1D; }
span { border-color: rgb(253,189,29); }
td.TdClassName
{
border-color: #FDBD1D;
}
.TagClassName
{
border-color: #FDBD1D;
}
</style>