Shades of Moon Yellow #FDB81F
Tints of Moon Yellow #FDB81F
RGB
CMYK
RGB Variations
Color information
#FDB81F (or 0xFDB81F) is known color: Moon Yellow. HEX triplet: FD, B8 and 1F. RGB value is (253,184,31). Sum of RGB (Red+Green+Blue) = 253+184+31=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 31 (12.5% from 255 or 6.62% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB81F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB81F is #0247E0. Grayscale: #BBBBBB. Windows color (decimal): -149473 or 2078973. OLE color: 2078973.
HSL color Cylindrical-coordinate representation of color #FDB81F: hue angle of 41.35º 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 #FDB81F is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 184 | 31 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.01 |
| HSL | 41.35º | 0.98% | 0.56% | - |
| HSV(B) | 41.35º | 0.88% | 0.99% | - |
| XYZ | 57.9 | 55.26 | 8.91 | - |
| YUV | 187.19 | 39.86 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 184 | 31 | 0 | 0.27 | 0.88 | 0.01 | 41.35 | 0.98 | 0.56 |
| Hex | FD | B8 | 1F | 0 | 1B | 58 | 1 | 29 | 62 | 38 |
| Octal | 375 | 270 | 37 | 0 | 33 | 130 | 1 | 51 | 142 | 70 |
| Binary | 11111101 | 10111000 | 11111 | 0 | 11011 | 1011000 | 1 | 101001 | 1100010 | 111000 |
Color Harmonies of #FDB81F
Complementary color
Monochromatic Colors of #FDB81F
Black with #FDB81F
Text Example
Text Example
White with #FDB81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDB81F; }
p { color: rgb(253,184,31); }
H1.HeaderClassName
{
color: #FDB81F;
}
.AnyTagClassName
{
color: #FDB81F;
}
</style>
background-color css
<style>
a { background-color: #FDB81F; }
a { background-color: rgb(253,184,31); }
div.DivClassName
{
background-color: #FDB81F;
}
.BgClassName
{
background-color: #FDB81F;
}
</style>
border-color css
<style>
span { border-color: #FDB81F; }
span { border-color: rgb(253,184,31); }
td.TdClassName
{
border-color: #FDB81F;
}
.TagClassName
{
border-color: #FDB81F;
}
</style>