Shades of Moon Yellow #FABB1D
Tints of Moon Yellow #FABB1D
RGB
CMYK
RGB Variations
Color information
#FABB1D (or 0xFABB1D) is known color: Moon Yellow. HEX triplet: FA, BB and 1D. RGB value is (250,187,29). Sum of RGB (Red+Green+Blue) = 250+187+29=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 29 (11.72% from 255 or 6.22% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABB1D is #0544E2. Grayscale: #BCBCBC. Windows color (decimal): -345315 or 1948666. OLE color: 1948666.
HSL color Cylindrical-coordinate representation of color #FABB1D: hue angle of 42.9º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FABB1D is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 29 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.02 |
| HSL | 42.9º | 0.96% | 0.55% | - |
| HSV(B) | 42.9º | 0.88% | 0.98% | - |
| XYZ | 57.42 | 55.95 | 8.94 | - |
| YUV | 187.83 | 38.37 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 29 | 0 | 0.25 | 0.88 | 0.02 | 42.9 | 0.96 | 0.55 |
| Hex | FA | BB | 1D | 0 | 19 | 58 | 2 | 2B | 60 | 37 |
| Octal | 372 | 273 | 35 | 0 | 31 | 130 | 2 | 53 | 140 | 67 |
| Binary | 11111010 | 10111011 | 11101 | 0 | 11001 | 1011000 | 10 | 101011 | 1100000 | 110111 |
Color Harmonies of #FABB1D
Complementary color
Monochromatic Colors of #FABB1D
Black with #FABB1D
Text Example
Text Example
White with #FABB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB1D; }
p { color: rgb(250,187,29); }
H1.HeaderClassName
{
color: #FABB1D;
}
.AnyTagClassName
{
color: #FABB1D;
}
</style>
background-color css
<style>
a { background-color: #FABB1D; }
a { background-color: rgb(250,187,29); }
div.DivClassName
{
background-color: #FABB1D;
}
.BgClassName
{
background-color: #FABB1D;
}
</style>
border-color css
<style>
span { border-color: #FABB1D; }
span { border-color: rgb(250,187,29); }
td.TdClassName
{
border-color: #FABB1D;
}
.TagClassName
{
border-color: #FABB1D;
}
</style>