Shades of Moon Yellow #FDBA1E
Tints of Moon Yellow #FDBA1E
RGB
CMYK
RGB Variations
Color information
#FDBA1E (or 0xFDBA1E) is known color: Moon Yellow. HEX triplet: FD, BA and 1E. RGB value is (253,186,30). Sum of RGB (Red+Green+Blue) = 253+186+30=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 30 (12.11% from 255 or 6.40% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA1E is #0245E1. Grayscale: #BCBCBC. Windows color (decimal): -148962 or 2013949. OLE color: 2013949.
HSL color Cylindrical-coordinate representation of color #FDBA1E: hue angle of 41.97º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDBA1E is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 30 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.01 |
| HSL | 41.97º | 0.98% | 0.55% | - |
| HSV(B) | 41.97º | 0.88% | 0.99% | - |
| XYZ | 58.3 | 56.09 | 8.98 | - |
| YUV | 188.25 | 38.7 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 30 | 0 | 0.26 | 0.88 | 0.01 | 41.97 | 0.98 | 0.55 |
| Hex | FD | BA | 1E | 0 | 1A | 58 | 1 | 2A | 62 | 37 |
| Octal | 375 | 272 | 36 | 0 | 32 | 130 | 1 | 52 | 142 | 67 |
| Binary | 11111101 | 10111010 | 11110 | 0 | 11010 | 1011000 | 1 | 101010 | 1100010 | 110111 |
Color Harmonies of #FDBA1E
Complementary color
Monochromatic Colors of #FDBA1E
Black with #FDBA1E
Text Example
Text Example
White with #FDBA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA1E; }
p { color: rgb(253,186,30); }
H1.HeaderClassName
{
color: #FDBA1E;
}
.AnyTagClassName
{
color: #FDBA1E;
}
</style>
background-color css
<style>
a { background-color: #FDBA1E; }
a { background-color: rgb(253,186,30); }
div.DivClassName
{
background-color: #FDBA1E;
}
.BgClassName
{
background-color: #FDBA1E;
}
</style>
border-color css
<style>
span { border-color: #FDBA1E; }
span { border-color: rgb(253,186,30); }
td.TdClassName
{
border-color: #FDBA1E;
}
.TagClassName
{
border-color: #FDBA1E;
}
</style>