Shades of Moon Yellow #FDBC1D
Tints of Moon Yellow #FDBC1D
RGB
CMYK
RGB Variations
Color information
#FDBC1D (or 0xFDBC1D) is known color: Moon Yellow. HEX triplet: FD, BC and 1D. RGB value is (253,188,29). Sum of RGB (Red+Green+Blue) = 253+188+29=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 29 (11.72% from 255 or 6.17% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBC1D is #0243E2. Grayscale: #BEBEBE. Windows color (decimal): -148451 or 1948925. OLE color: 1948925.
HSL color Cylindrical-coordinate representation of color #FDBC1D: hue angle of 42.59º 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 #FDBC1D is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 188 | 29 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.01 |
| HSL | 42.59º | 0.98% | 0.55% | - |
| HSV(B) | 42.59º | 0.89% | 0.99% | - |
| XYZ | 58.71 | 56.94 | 9.06 | - |
| YUV | 189.31 | 37.53 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 188 | 29 | 0 | 0.26 | 0.89 | 0.01 | 42.59 | 0.98 | 0.55 |
| Hex | FD | BC | 1D | 0 | 1A | 59 | 1 | 2B | 62 | 37 |
| Octal | 375 | 274 | 35 | 0 | 32 | 131 | 1 | 53 | 142 | 67 |
| Binary | 11111101 | 10111100 | 11101 | 0 | 11010 | 1011001 | 1 | 101011 | 1100010 | 110111 |
Color Harmonies of #FDBC1D
Complementary color
Monochromatic Colors of #FDBC1D
Black with #FDBC1D
Text Example
Text Example
White with #FDBC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBC1D; }
p { color: rgb(253,188,29); }
H1.HeaderClassName
{
color: #FDBC1D;
}
.AnyTagClassName
{
color: #FDBC1D;
}
</style>
background-color css
<style>
a { background-color: #FDBC1D; }
a { background-color: rgb(253,188,29); }
div.DivClassName
{
background-color: #FDBC1D;
}
.BgClassName
{
background-color: #FDBC1D;
}
</style>
border-color css
<style>
span { border-color: #FDBC1D; }
span { border-color: rgb(253,188,29); }
td.TdClassName
{
border-color: #FDBC1D;
}
.TagClassName
{
border-color: #FDBC1D;
}
</style>