Shades of Moon Yellow #FDBB1A
Tints of Moon Yellow #FDBB1A
RGB
CMYK
RGB Variations
Color information
#FDBB1A (or 0xFDBB1A) is known color: Moon Yellow. HEX triplet: FD, BB and 1A. RGB value is (253,187,26). Sum of RGB (Red+Green+Blue) = 253+187+26=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 26 (10.55% from 255 or 5.58% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBB1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDBB1A is #0244E5. Grayscale: #BDBDBD. Windows color (decimal): -148710 or 1752061. OLE color: 1752061.
HSL color Cylindrical-coordinate representation of color #FDBB1A: hue angle of 42.56º 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 #FDBB1A is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 187 | 26 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.01 |
| HSL | 42.56º | 0.98% | 0.55% | - |
| HSV(B) | 42.56º | 0.9% | 0.99% | - |
| XYZ | 58.46 | 56.5 | 8.8 | - |
| YUV | 188.38 | 36.37 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 187 | 26 | 0 | 0.26 | 0.90 | 0.01 | 42.56 | 0.98 | 0.55 |
| Hex | FD | BB | 1A | 0 | 1A | 5A | 1 | 2B | 62 | 37 |
| Octal | 375 | 273 | 32 | 0 | 32 | 132 | 1 | 53 | 142 | 67 |
| Binary | 11111101 | 10111011 | 11010 | 0 | 11010 | 1011010 | 1 | 101011 | 1100010 | 110111 |
Color Harmonies of #FDBB1A
Complementary color
Monochromatic Colors of #FDBB1A
Black with #FDBB1A
Text Example
Text Example
White with #FDBB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDBB1A; }
p { color: rgb(253,187,26); }
H1.HeaderClassName
{
color: #FDBB1A;
}
.AnyTagClassName
{
color: #FDBB1A;
}
</style>
background-color css
<style>
a { background-color: #FDBB1A; }
a { background-color: rgb(253,187,26); }
div.DivClassName
{
background-color: #FDBB1A;
}
.BgClassName
{
background-color: #FDBB1A;
}
</style>
border-color css
<style>
span { border-color: #FDBB1A; }
span { border-color: rgb(253,187,26); }
td.TdClassName
{
border-color: #FDBB1A;
}
.TagClassName
{
border-color: #FDBB1A;
}
</style>