Shades of Moon Yellow #F4C31B
Tints of Moon Yellow #F4C31B
RGB
CMYK
RGB Variations
Color information
#F4C31B (or 0xF4C31B) is known color: Moon Yellow. HEX triplet: F4, C3 and 1B. RGB value is (244,195,27). Sum of RGB (Red+Green+Blue) = 244+195+27=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 27 (10.94% from 255 or 5.79% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C31B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4C31B is #0B3CE4. Grayscale: #BFBFBF. Windows color (decimal): -736485 or 1819636. OLE color: 1819636.
HSL color Cylindrical-coordinate representation of color #F4C31B: hue angle of 46.45º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4C31B is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 195 | 27 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.04 |
| HSL | 46.45º | 0.91% | 0.53% | - |
| HSV(B) | 46.45º | 0.89% | 0.96% | - |
| XYZ | 57.02 | 58.34 | 9.29 | - |
| YUV | 190.5 | 35.73 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 195 | 27 | 0 | 0.20 | 0.89 | 0.04 | 46.45 | 0.91 | 0.53 |
| Hex | F4 | C3 | 1B | 0 | 14 | 59 | 4 | 2E | 5B | 35 |
| Octal | 364 | 303 | 33 | 0 | 24 | 131 | 4 | 56 | 133 | 65 |
| Binary | 11110100 | 11000011 | 11011 | 0 | 10100 | 1011001 | 100 | 101110 | 1011011 | 110101 |
Color Harmonies of #F4C31B
Complementary color
Monochromatic Colors of #F4C31B
Black with #F4C31B
Text Example
Text Example
White with #F4C31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C31B; }
p { color: rgb(244,195,27); }
H1.HeaderClassName
{
color: #F4C31B;
}
.AnyTagClassName
{
color: #F4C31B;
}
</style>
background-color css
<style>
a { background-color: #F4C31B; }
a { background-color: rgb(244,195,27); }
div.DivClassName
{
background-color: #F4C31B;
}
.BgClassName
{
background-color: #F4C31B;
}
</style>
border-color css
<style>
span { border-color: #F4C31B; }
span { border-color: rgb(244,195,27); }
td.TdClassName
{
border-color: #F4C31B;
}
.TagClassName
{
border-color: #F4C31B;
}
</style>