Shades of Moon Yellow #FDBD18
Tints of Moon Yellow #FDBD18
RGB
CMYK
RGB Variations
Color information
#FDBD18 (or 0xFDBD18) is known color: Moon Yellow. HEX triplet: FD, BD and 18. RGB value is (253,189,24). Sum of RGB (Red+Green+Blue) = 253+189+24=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 24 (9.77% from 255 or 5.15% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBD18 is #0242E7. Grayscale: #BEBEBE. Windows color (decimal): -148200 or 1621501. OLE color: 1621501.
HSL color Cylindrical-coordinate representation of color #FDBD18: hue angle of 43.23º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDBD18 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 24 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.01 |
| HSL | 43.23º | 0.98% | 0.54% | - |
| HSV(B) | 43.23º | 0.91% | 0.99% | - |
| XYZ | 58.87 | 57.34 | 8.83 | - |
| YUV | 189.33 | 34.7 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 24 | 0 | 0.25 | 0.91 | 0.01 | 43.23 | 0.98 | 0.54 |
| Hex | FD | BD | 18 | 0 | 19 | 5B | 1 | 2B | 62 | 36 |
| Octal | 375 | 275 | 30 | 0 | 31 | 133 | 1 | 53 | 142 | 66 |
| Binary | 11111101 | 10111101 | 11000 | 0 | 11001 | 1011011 | 1 | 101011 | 1100010 | 110110 |
Color Harmonies of #FDBD18
Complementary color
Monochromatic Colors of #FDBD18
Black with #FDBD18
Text Example
Text Example
White with #FDBD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD18; }
p { color: rgb(253,189,24); }
H1.HeaderClassName
{
color: #FDBD18;
}
.AnyTagClassName
{
color: #FDBD18;
}
</style>
background-color css
<style>
a { background-color: #FDBD18; }
a { background-color: rgb(253,189,24); }
div.DivClassName
{
background-color: #FDBD18;
}
.BgClassName
{
background-color: #FDBD18;
}
</style>
border-color css
<style>
span { border-color: #FDBD18; }
span { border-color: rgb(253,189,24); }
td.TdClassName
{
border-color: #FDBD18;
}
.TagClassName
{
border-color: #FDBD18;
}
</style>