Shades of Moon Yellow #FCB81D
Tints of Moon Yellow #FCB81D
RGB
CMYK
RGB Variations
Color information
#FCB81D (or 0xFCB81D) is known color: Moon Yellow. HEX triplet: FC, B8 and 1D. RGB value is (252,184,29). Sum of RGB (Red+Green+Blue) = 252+184+29=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 29 (11.72% from 255 or 6.24% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB81D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB81D is #0347E2. Grayscale: #BBBBBB. Windows color (decimal): -215011 or 1947900. OLE color: 1947900.
HSL color Cylindrical-coordinate representation of color #FCB81D: hue angle of 41.7º degrees, saturation: 0.97, 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 #FCB81D is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 184 | 29 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.01 |
| HSL | 41.7º | 0.97% | 0.55% | - |
| HSV(B) | 41.7º | 0.88% | 0.99% | - |
| XYZ | 57.51 | 55.07 | 8.76 | - |
| YUV | 186.66 | 39.03 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 184 | 29 | 0 | 0.27 | 0.88 | 0.01 | 41.7 | 0.97 | 0.55 |
| Hex | FC | B8 | 1D | 0 | 1B | 58 | 1 | 2A | 61 | 37 |
| Octal | 374 | 270 | 35 | 0 | 33 | 130 | 1 | 52 | 141 | 67 |
| Binary | 11111100 | 10111000 | 11101 | 0 | 11011 | 1011000 | 1 | 101010 | 1100001 | 110111 |
Color Harmonies of #FCB81D
Complementary color
Monochromatic Colors of #FCB81D
Black with #FCB81D
Text Example
Text Example
White with #FCB81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB81D; }
p { color: rgb(252,184,29); }
H1.HeaderClassName
{
color: #FCB81D;
}
.AnyTagClassName
{
color: #FCB81D;
}
</style>
background-color css
<style>
a { background-color: #FCB81D; }
a { background-color: rgb(252,184,29); }
div.DivClassName
{
background-color: #FCB81D;
}
.BgClassName
{
background-color: #FCB81D;
}
</style>
border-color css
<style>
span { border-color: #FCB81D; }
span { border-color: rgb(252,184,29); }
td.TdClassName
{
border-color: #FCB81D;
}
.TagClassName
{
border-color: #FCB81D;
}
</style>