Shades of Moon Yellow #FAB71D
Tints of Moon Yellow #FAB71D
RGB
CMYK
RGB Variations
Color information
#FAB71D (or 0xFAB71D) is known color: Moon Yellow. HEX triplet: FA, B7 and 1D. RGB value is (250,183,29). Sum of RGB (Red+Green+Blue) = 250+183+29=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 29 (11.72% from 255 or 6.28% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB71D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAB71D is #0548E2. Grayscale: #BABABA. Windows color (decimal): -346339 or 1947642. OLE color: 1947642.
HSL color Cylindrical-coordinate representation of color #FAB71D: hue angle of 41.81º 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 #FAB71D is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 183 | 29 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.02 |
| HSL | 41.81º | 0.96% | 0.55% | - |
| HSV(B) | 41.81º | 0.88% | 0.98% | - |
| XYZ | 56.58 | 54.28 | 8.66 | - |
| YUV | 185.48 | 39.7 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 183 | 29 | 0 | 0.27 | 0.88 | 0.02 | 41.81 | 0.96 | 0.55 |
| Hex | FA | B7 | 1D | 0 | 1B | 58 | 2 | 2A | 60 | 37 |
| Octal | 372 | 267 | 35 | 0 | 33 | 130 | 2 | 52 | 140 | 67 |
| Binary | 11111010 | 10110111 | 11101 | 0 | 11011 | 1011000 | 10 | 101010 | 1100000 | 110111 |
Color Harmonies of #FAB71D
Complementary color
Monochromatic Colors of #FAB71D
Black with #FAB71D
Text Example
Text Example
White with #FAB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB71D; }
p { color: rgb(250,183,29); }
H1.HeaderClassName
{
color: #FAB71D;
}
.AnyTagClassName
{
color: #FAB71D;
}
</style>
background-color css
<style>
a { background-color: #FAB71D; }
a { background-color: rgb(250,183,29); }
div.DivClassName
{
background-color: #FAB71D;
}
.BgClassName
{
background-color: #FAB71D;
}
</style>
border-color css
<style>
span { border-color: #FAB71D; }
span { border-color: rgb(250,183,29); }
td.TdClassName
{
border-color: #FAB71D;
}
.TagClassName
{
border-color: #FAB71D;
}
</style>