Shades of Moon Yellow #FAB622
Tints of Moon Yellow #FAB622
RGB
CMYK
RGB Variations
Color information
#FAB622 (or 0xFAB622) is known color: Moon Yellow. HEX triplet: FA, B6 and 22. RGB value is (250,182,34). Sum of RGB (Red+Green+Blue) = 250+182+34=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 34 (13.67% from 255 or 7.30% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB622 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB622 is #0549DD. Grayscale: #BABABA. Windows color (decimal): -346590 or 2275066. OLE color: 2275066.
HSL color Cylindrical-coordinate representation of color #FAB622: hue angle of 41.11º 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 #FAB622 is Cyan = 0, Magento = 0.27, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 34 | - |
| CMYK | 0 | 0.27 | 0.86 | 0.02 |
| HSL | 41.11º | 0.96% | 0.56% | - |
| HSV(B) | 41.11º | 0.86% | 0.98% | - |
| XYZ | 56.44 | 53.9 | 8.94 | - |
| YUV | 185.46 | 42.53 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 34 | 0 | 0.27 | 0.86 | 0.02 | 41.11 | 0.96 | 0.56 |
| Hex | FA | B6 | 22 | 0 | 1B | 56 | 2 | 29 | 60 | 38 |
| Octal | 372 | 266 | 42 | 0 | 33 | 126 | 2 | 51 | 140 | 70 |
| Binary | 11111010 | 10110110 | 100010 | 0 | 11011 | 1010110 | 10 | 101001 | 1100000 | 111000 |
Color Harmonies of #FAB622
Complementary color
Monochromatic Colors of #FAB622
Black with #FAB622
Text Example
Text Example
White with #FAB622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB622; }
p { color: rgb(250,182,34); }
H1.HeaderClassName
{
color: #FAB622;
}
.AnyTagClassName
{
color: #FAB622;
}
</style>
background-color css
<style>
a { background-color: #FAB622; }
a { background-color: rgb(250,182,34); }
div.DivClassName
{
background-color: #FAB622;
}
.BgClassName
{
background-color: #FAB622;
}
</style>
border-color css
<style>
span { border-color: #FAB622; }
span { border-color: rgb(250,182,34); }
td.TdClassName
{
border-color: #FAB622;
}
.TagClassName
{
border-color: #FAB622;
}
</style>