Shades of Moon Yellow #FCBA1F
Tints of Moon Yellow #FCBA1F
RGB
CMYK
RGB Variations
Color information
#FCBA1F (or 0xFCBA1F) is known color: Moon Yellow. HEX triplet: FC, BA and 1F. RGB value is (252,186,31). Sum of RGB (Red+Green+Blue) = 252+186+31=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 31 (12.5% from 255 or 6.61% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA1F is #0345E0. Grayscale: #BCBCBC. Windows color (decimal): -214497 or 2079484. OLE color: 2079484.
HSL color Cylindrical-coordinate representation of color #FCBA1F: hue angle of 42.08º 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 #FCBA1F is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 186 | 31 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.01 |
| HSL | 42.08º | 0.97% | 0.55% | - |
| HSV(B) | 42.08º | 0.88% | 0.99% | - |
| XYZ | 57.95 | 55.91 | 9.03 | - |
| YUV | 188.06 | 39.37 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 186 | 31 | 0 | 0.26 | 0.88 | 0.01 | 42.08 | 0.97 | 0.55 |
| Hex | FC | BA | 1F | 0 | 1A | 58 | 1 | 2A | 61 | 37 |
| Octal | 374 | 272 | 37 | 0 | 32 | 130 | 1 | 52 | 141 | 67 |
| Binary | 11111100 | 10111010 | 11111 | 0 | 11010 | 1011000 | 1 | 101010 | 1100001 | 110111 |
Color Harmonies of #FCBA1F
Complementary color
Monochromatic Colors of #FCBA1F
Black with #FCBA1F
Text Example
Text Example
White with #FCBA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCBA1F; }
p { color: rgb(252,186,31); }
H1.HeaderClassName
{
color: #FCBA1F;
}
.AnyTagClassName
{
color: #FCBA1F;
}
</style>
background-color css
<style>
a { background-color: #FCBA1F; }
a { background-color: rgb(252,186,31); }
div.DivClassName
{
background-color: #FCBA1F;
}
.BgClassName
{
background-color: #FCBA1F;
}
</style>
border-color css
<style>
span { border-color: #FCBA1F; }
span { border-color: rgb(252,186,31); }
td.TdClassName
{
border-color: #FCBA1F;
}
.TagClassName
{
border-color: #FCBA1F;
}
</style>