Shades of Moon Yellow #F6C31E
Tints of Moon Yellow #F6C31E
RGB
CMYK
RGB Variations
Color information
#F6C31E (or 0xF6C31E) is known color: Moon Yellow. HEX triplet: F6, C3 and 1E. RGB value is (246,195,30). Sum of RGB (Red+Green+Blue) = 246+195+30=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 30 (12.11% from 255 or 6.37% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C31E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F6C31E is #093CE1. Grayscale: #C0C0C0. Windows color (decimal): -605410 or 2016246. OLE color: 2016246.
HSL color Cylindrical-coordinate representation of color #F6C31E: hue angle of 45.83º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F6C31E is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 30 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.04 |
| HSL | 45.83º | 0.92% | 0.54% | - |
| HSV(B) | 45.83º | 0.88% | 0.96% | - |
| XYZ | 57.76 | 58.72 | 9.52 | - |
| YUV | 191.44 | 36.9 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 30 | 0 | 0.21 | 0.88 | 0.04 | 45.83 | 0.92 | 0.54 |
| Hex | F6 | C3 | 1E | 0 | 15 | 58 | 4 | 2E | 5C | 36 |
| Octal | 366 | 303 | 36 | 0 | 25 | 130 | 4 | 56 | 134 | 66 |
| Binary | 11110110 | 11000011 | 11110 | 0 | 10101 | 1011000 | 100 | 101110 | 1011100 | 110110 |
Color Harmonies of #F6C31E
Complementary color
Monochromatic Colors of #F6C31E
Black with #F6C31E
Text Example
Text Example
White with #F6C31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C31E; }
p { color: rgb(246,195,30); }
H1.HeaderClassName
{
color: #F6C31E;
}
.AnyTagClassName
{
color: #F6C31E;
}
</style>
background-color css
<style>
a { background-color: #F6C31E; }
a { background-color: rgb(246,195,30); }
div.DivClassName
{
background-color: #F6C31E;
}
.BgClassName
{
background-color: #F6C31E;
}
</style>
border-color css
<style>
span { border-color: #F6C31E; }
span { border-color: rgb(246,195,30); }
td.TdClassName
{
border-color: #F6C31E;
}
.TagClassName
{
border-color: #F6C31E;
}
</style>