Shades of Moon Yellow #FDBD1A
Tints of Moon Yellow #FDBD1A
RGB
CMYK
RGB Variations
Color information
#FDBD1A (or 0xFDBD1A) is known color: Moon Yellow. HEX triplet: FD, BD and 1A. RGB value is (253,189,26). Sum of RGB (Red+Green+Blue) = 253+189+26=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 26 (10.55% from 255 or 5.56% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBD1A is #0242E5. Grayscale: #BEBEBE. Windows color (decimal): -148198 or 1752573. OLE color: 1752573.
HSL color Cylindrical-coordinate representation of color #FDBD1A: hue angle of 43.08º 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 #FDBD1A is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 189 | 26 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.01 |
| HSL | 43.08º | 0.98% | 0.55% | - |
| HSV(B) | 43.08º | 0.9% | 0.99% | - |
| XYZ | 58.89 | 57.35 | 8.94 | - |
| YUV | 189.55 | 35.7 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 189 | 26 | 0 | 0.25 | 0.90 | 0.01 | 43.08 | 0.98 | 0.55 |
| Hex | FD | BD | 1A | 0 | 19 | 5A | 1 | 2B | 62 | 37 |
| Octal | 375 | 275 | 32 | 0 | 31 | 132 | 1 | 53 | 142 | 67 |
| Binary | 11111101 | 10111101 | 11010 | 0 | 11001 | 1011010 | 1 | 101011 | 1100010 | 110111 |
Color Harmonies of #FDBD1A
Complementary color
Monochromatic Colors of #FDBD1A
Black with #FDBD1A
Text Example
Text Example
White with #FDBD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBD1A; }
p { color: rgb(253,189,26); }
H1.HeaderClassName
{
color: #FDBD1A;
}
.AnyTagClassName
{
color: #FDBD1A;
}
</style>
background-color css
<style>
a { background-color: #FDBD1A; }
a { background-color: rgb(253,189,26); }
div.DivClassName
{
background-color: #FDBD1A;
}
.BgClassName
{
background-color: #FDBD1A;
}
</style>
border-color css
<style>
span { border-color: #FDBD1A; }
span { border-color: rgb(253,189,26); }
td.TdClassName
{
border-color: #FDBD1A;
}
.TagClassName
{
border-color: #FDBD1A;
}
</style>