Shades of Moon Yellow #F3BC1C
Tints of Moon Yellow #F3BC1C
RGB
CMYK
RGB Variations
Color information
#F3BC1C (or 0xF3BC1C) is known color: Moon Yellow. HEX triplet: F3, BC and 1C. RGB value is (243,188,28). Sum of RGB (Red+Green+Blue) = 243+188+28=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BC1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BC1C is #0C43E3. Grayscale: #BABABA. Windows color (decimal): -803812 or 1883379. OLE color: 1883379.
HSL color Cylindrical-coordinate representation of color #F3BC1C: hue angle of 44.65º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3BC1C is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 28 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.05 |
| HSL | 44.65º | 0.9% | 0.53% | - |
| HSV(B) | 44.65º | 0.88% | 0.95% | - |
| XYZ | 55.15 | 55.1 | 8.83 | - |
| YUV | 186.21 | 38.72 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 28 | 0 | 0.23 | 0.88 | 0.05 | 44.65 | 0.9 | 0.53 |
| Hex | F3 | BC | 1C | 0 | 17 | 58 | 5 | 2D | 5A | 35 |
| Octal | 363 | 274 | 34 | 0 | 27 | 130 | 5 | 55 | 132 | 65 |
| Binary | 11110011 | 10111100 | 11100 | 0 | 10111 | 1011000 | 101 | 101101 | 1011010 | 110101 |
Color Harmonies of #F3BC1C
Complementary color
Monochromatic Colors of #F3BC1C
Black with #F3BC1C
Text Example
Text Example
White with #F3BC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BC1C; }
p { color: rgb(243,188,28); }
H1.HeaderClassName
{
color: #F3BC1C;
}
.AnyTagClassName
{
color: #F3BC1C;
}
</style>
background-color css
<style>
a { background-color: #F3BC1C; }
a { background-color: rgb(243,188,28); }
div.DivClassName
{
background-color: #F3BC1C;
}
.BgClassName
{
background-color: #F3BC1C;
}
</style>
border-color css
<style>
span { border-color: #F3BC1C; }
span { border-color: rgb(243,188,28); }
td.TdClassName
{
border-color: #F3BC1C;
}
.TagClassName
{
border-color: #F3BC1C;
}
</style>