Shades of Moon Yellow #FDBA1F
Tints of Moon Yellow #FDBA1F
RGB
CMYK
RGB Variations
Color information
#FDBA1F (or 0xFDBA1F) is known color: Moon Yellow. HEX triplet: FD, BA and 1F. RGB value is (253,186,31). Sum of RGB (Red+Green+Blue) = 253+186+31=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 31 (12.5% from 255 or 6.60% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBA1F is #0245E0. Grayscale: #BDBDBD. Windows color (decimal): -148961 or 2079485. OLE color: 2079485.
HSL color Cylindrical-coordinate representation of color #FDBA1F: hue angle of 41.89º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDBA1F is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 186 | 31 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.01 |
| HSL | 41.89º | 0.98% | 0.56% | - |
| HSV(B) | 41.89º | 0.88% | 0.99% | - |
| XYZ | 58.31 | 56.1 | 9.05 | - |
| YUV | 188.36 | 39.2 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 186 | 31 | 0 | 0.26 | 0.88 | 0.01 | 41.89 | 0.98 | 0.56 |
| Hex | FD | BA | 1F | 0 | 1A | 58 | 1 | 2A | 62 | 38 |
| Octal | 375 | 272 | 37 | 0 | 32 | 130 | 1 | 52 | 142 | 70 |
| Binary | 11111101 | 10111010 | 11111 | 0 | 11010 | 1011000 | 1 | 101010 | 1100010 | 111000 |
Color Harmonies of #FDBA1F
Complementary color
Monochromatic Colors of #FDBA1F
Black with #FDBA1F
Text Example
Text Example
White with #FDBA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBA1F; }
p { color: rgb(253,186,31); }
H1.HeaderClassName
{
color: #FDBA1F;
}
.AnyTagClassName
{
color: #FDBA1F;
}
</style>
background-color css
<style>
a { background-color: #FDBA1F; }
a { background-color: rgb(253,186,31); }
div.DivClassName
{
background-color: #FDBA1F;
}
.BgClassName
{
background-color: #FDBA1F;
}
</style>
border-color css
<style>
span { border-color: #FDBA1F; }
span { border-color: rgb(253,186,31); }
td.TdClassName
{
border-color: #FDBA1F;
}
.TagClassName
{
border-color: #FDBA1F;
}
</style>