Shades of Moon Yellow #FCB91C
Tints of Moon Yellow #FCB91C
RGB
CMYK
RGB Variations
Color information
#FCB91C (or 0xFCB91C) is known color: Moon Yellow. HEX triplet: FC, B9 and 1C. RGB value is (252,185,28). Sum of RGB (Red+Green+Blue) = 252+185+28=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 28 (11.33% from 255 or 6.02% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB91C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB91C is #0346E3. Grayscale: #BBBBBB. Windows color (decimal): -214756 or 1882620. OLE color: 1882620.
HSL color Cylindrical-coordinate representation of color #FCB91C: hue angle of 42.05º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCB91C is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 185 | 28 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.01 |
| HSL | 42.05º | 0.97% | 0.55% | - |
| HSV(B) | 42.05º | 0.89% | 0.99% | - |
| XYZ | 57.7 | 55.48 | 8.77 | - |
| YUV | 187.14 | 38.2 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 185 | 28 | 0 | 0.27 | 0.89 | 0.01 | 42.05 | 0.97 | 0.55 |
| Hex | FC | B9 | 1C | 0 | 1B | 59 | 1 | 2A | 61 | 37 |
| Octal | 374 | 271 | 34 | 0 | 33 | 131 | 1 | 52 | 141 | 67 |
| Binary | 11111100 | 10111001 | 11100 | 0 | 11011 | 1011001 | 1 | 101010 | 1100001 | 110111 |
Color Harmonies of #FCB91C
Complementary color
Monochromatic Colors of #FCB91C
Black with #FCB91C
Text Example
Text Example
White with #FCB91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCB91C; }
p { color: rgb(252,185,28); }
H1.HeaderClassName
{
color: #FCB91C;
}
.AnyTagClassName
{
color: #FCB91C;
}
</style>
background-color css
<style>
a { background-color: #FCB91C; }
a { background-color: rgb(252,185,28); }
div.DivClassName
{
background-color: #FCB91C;
}
.BgClassName
{
background-color: #FCB91C;
}
</style>
border-color css
<style>
span { border-color: #FCB91C; }
span { border-color: rgb(252,185,28); }
td.TdClassName
{
border-color: #FCB91C;
}
.TagClassName
{
border-color: #FCB91C;
}
</style>