Shades of Moon Yellow #FAB620
Tints of Moon Yellow #FAB620
RGB
CMYK
RGB Variations
Color information
#FAB620 (or 0xFAB620) is known color: Moon Yellow. HEX triplet: FA, B6 and 20. RGB value is (250,182,32). Sum of RGB (Red+Green+Blue) = 250+182+32=464 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.88% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 32 (12.89% from 255 or 6.90% from 464); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB620 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB620 is #0549DF. Grayscale: #B9B9B9. Windows color (decimal): -346592 or 2143994. OLE color: 2143994.
HSL color Cylindrical-coordinate representation of color #FAB620: hue angle of 41.28º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FAB620 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 182 | 32 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.02 |
| HSL | 41.28º | 0.96% | 0.55% | - |
| HSV(B) | 41.28º | 0.87% | 0.98% | - |
| XYZ | 56.41 | 53.88 | 8.79 | - |
| YUV | 185.23 | 41.53 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 182 | 32 | 0 | 0.27 | 0.87 | 0.02 | 41.28 | 0.96 | 0.55 |
| Hex | FA | B6 | 20 | 0 | 1B | 57 | 2 | 29 | 60 | 37 |
| Octal | 372 | 266 | 40 | 0 | 33 | 127 | 2 | 51 | 140 | 67 |
| Binary | 11111010 | 10110110 | 100000 | 0 | 11011 | 1010111 | 10 | 101001 | 1100000 | 110111 |
Color Harmonies of #FAB620
Complementary color
Monochromatic Colors of #FAB620
Black with #FAB620
Text Example
Text Example
White with #FAB620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB620; }
p { color: rgb(250,182,32); }
H1.HeaderClassName
{
color: #FAB620;
}
.AnyTagClassName
{
color: #FAB620;
}
</style>
background-color css
<style>
a { background-color: #FAB620; }
a { background-color: rgb(250,182,32); }
div.DivClassName
{
background-color: #FAB620;
}
.BgClassName
{
background-color: #FAB620;
}
</style>
border-color css
<style>
span { border-color: #FAB620; }
span { border-color: rgb(250,182,32); }
td.TdClassName
{
border-color: #FAB620;
}
.TagClassName
{
border-color: #FAB620;
}
</style>