Shades of Moon Yellow #F3BF1E
Tints of Moon Yellow #F3BF1E
RGB
CMYK
RGB Variations
Color information
#F3BF1E (or 0xF3BF1E) is known color: Moon Yellow. HEX triplet: F3, BF and 1E. RGB value is (243,191,30). Sum of RGB (Red+Green+Blue) = 243+191+30=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 30 (12.11% from 255 or 6.47% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BF1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3BF1E is #0C40E1. Grayscale: #BCBCBC. Windows color (decimal): -803042 or 2015219. OLE color: 2015219.
HSL color Cylindrical-coordinate representation of color #F3BF1E: hue angle of 45.35º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3BF1E is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 191 | 30 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.05 |
| HSL | 45.35º | 0.9% | 0.54% | - |
| HSV(B) | 45.35º | 0.88% | 0.95% | - |
| XYZ | 55.83 | 56.41 | 9.17 | - |
| YUV | 188.19 | 38.73 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 191 | 30 | 0 | 0.21 | 0.88 | 0.05 | 45.35 | 0.9 | 0.54 |
| Hex | F3 | BF | 1E | 0 | 15 | 58 | 5 | 2D | 5A | 36 |
| Octal | 363 | 277 | 36 | 0 | 25 | 130 | 5 | 55 | 132 | 66 |
| Binary | 11110011 | 10111111 | 11110 | 0 | 10101 | 1011000 | 101 | 101101 | 1011010 | 110110 |
Color Harmonies of #F3BF1E
Complementary color
Monochromatic Colors of #F3BF1E
Black with #F3BF1E
Text Example
Text Example
White with #F3BF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BF1E; }
p { color: rgb(243,191,30); }
H1.HeaderClassName
{
color: #F3BF1E;
}
.AnyTagClassName
{
color: #F3BF1E;
}
</style>
background-color css
<style>
a { background-color: #F3BF1E; }
a { background-color: rgb(243,191,30); }
div.DivClassName
{
background-color: #F3BF1E;
}
.BgClassName
{
background-color: #F3BF1E;
}
</style>
border-color css
<style>
span { border-color: #F3BF1E; }
span { border-color: rgb(243,191,30); }
td.TdClassName
{
border-color: #F3BF1E;
}
.TagClassName
{
border-color: #F3BF1E;
}
</style>