Shades of Moon Yellow #FAB91C
Tints of Moon Yellow #FAB91C
RGB
CMYK
RGB Variations
Color information
#FAB91C (or 0xFAB91C) is known color: Moon Yellow. HEX triplet: FA, B9 and 1C. RGB value is (250,185,28). Sum of RGB (Red+Green+Blue) = 250+185+28=463 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.00% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 28 (11.33% from 255 or 6.05% from 463); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB91C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB91C is #0546E3. Grayscale: #BBBBBB. Windows color (decimal): -345828 or 1882618. OLE color: 1882618.
HSL color Cylindrical-coordinate representation of color #FAB91C: hue angle of 42.43º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FAB91C is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 185 | 28 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.02 |
| HSL | 42.43º | 0.96% | 0.55% | - |
| HSV(B) | 42.43º | 0.89% | 0.98% | - |
| XYZ | 56.98 | 55.11 | 8.73 | - |
| YUV | 186.54 | 38.53 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 185 | 28 | 0 | 0.26 | 0.89 | 0.02 | 42.43 | 0.96 | 0.55 |
| Hex | FA | B9 | 1C | 0 | 1A | 59 | 2 | 2A | 60 | 37 |
| Octal | 372 | 271 | 34 | 0 | 32 | 131 | 2 | 52 | 140 | 67 |
| Binary | 11111010 | 10111001 | 11100 | 0 | 11010 | 1011001 | 10 | 101010 | 1100000 | 110111 |
Color Harmonies of #FAB91C
Complementary color
Monochromatic Colors of #FAB91C
Black with #FAB91C
Text Example
Text Example
White with #FAB91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB91C; }
p { color: rgb(250,185,28); }
H1.HeaderClassName
{
color: #FAB91C;
}
.AnyTagClassName
{
color: #FAB91C;
}
</style>
background-color css
<style>
a { background-color: #FAB91C; }
a { background-color: rgb(250,185,28); }
div.DivClassName
{
background-color: #FAB91C;
}
.BgClassName
{
background-color: #FAB91C;
}
</style>
border-color css
<style>
span { border-color: #FAB91C; }
span { border-color: rgb(250,185,28); }
td.TdClassName
{
border-color: #FAB91C;
}
.TagClassName
{
border-color: #FAB91C;
}
</style>