Shades of Moon Yellow #FAB823
Tints of Moon Yellow #FAB823
RGB
CMYK
RGB Variations
Color information
#FAB823 (or 0xFAB823) is known color: Moon Yellow. HEX triplet: FA, B8 and 23. RGB value is (250,184,35). Sum of RGB (Red+Green+Blue) = 250+184+35=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 35 (14.06% from 255 or 7.46% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB823 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB823 is #0547DC. Grayscale: #BBBBBB. Windows color (decimal): -346077 or 2341114. OLE color: 2341114.
HSL color Cylindrical-coordinate representation of color #FAB823: hue angle of 41.58º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FAB823 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 184 | 35 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.02 |
| HSL | 41.58º | 0.96% | 0.56% | - |
| HSV(B) | 41.58º | 0.86% | 0.98% | - |
| XYZ | 56.87 | 54.73 | 9.16 | - |
| YUV | 186.75 | 42.37 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 184 | 35 | 0 | 0.26 | 0.86 | 0.02 | 41.58 | 0.96 | 0.56 |
| Hex | FA | B8 | 23 | 0 | 1A | 56 | 2 | 2A | 60 | 38 |
| Octal | 372 | 270 | 43 | 0 | 32 | 126 | 2 | 52 | 140 | 70 |
| Binary | 11111010 | 10111000 | 100011 | 0 | 11010 | 1010110 | 10 | 101010 | 1100000 | 111000 |
Color Harmonies of #FAB823
Complementary color
Monochromatic Colors of #FAB823
Black with #FAB823
Text Example
Text Example
White with #FAB823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB823; }
p { color: rgb(250,184,35); }
H1.HeaderClassName
{
color: #FAB823;
}
.AnyTagClassName
{
color: #FAB823;
}
</style>
background-color css
<style>
a { background-color: #FAB823; }
a { background-color: rgb(250,184,35); }
div.DivClassName
{
background-color: #FAB823;
}
.BgClassName
{
background-color: #FAB823;
}
</style>
border-color css
<style>
span { border-color: #FAB823; }
span { border-color: rgb(250,184,35); }
td.TdClassName
{
border-color: #FAB823;
}
.TagClassName
{
border-color: #FAB823;
}
</style>