Shades of Moon Yellow #F2BF17
Tints of Moon Yellow #F2BF17
RGB
CMYK
RGB Variations
Color information
#F2BF17 (or 0xF2BF17) is known color: Moon Yellow. HEX triplet: F2, BF and 17. RGB value is (242,191,23). Sum of RGB (Red+Green+Blue) = 242+191+23=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 23 (9.38% from 255 or 5.04% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F2BF17 is #0D40E8. Grayscale: #BBBBBB. Windows color (decimal): -868585 or 1556466. OLE color: 1556466.
HSL color Cylindrical-coordinate representation of color #F2BF17: hue angle of 46.03º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2BF17 is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 23 | - |
| CMYK | 0 | 0.21 | 0.90 | 0.05 |
| HSL | 46.03º | 0.89% | 0.52% | - |
| HSV(B) | 46.03º | 0.9% | 0.95% | - |
| XYZ | 55.4 | 56.2 | 8.74 | - |
| YUV | 187.1 | 35.4 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 23 | 0 | 0.21 | 0.90 | 0.05 | 46.03 | 0.89 | 0.52 |
| Hex | F2 | BF | 17 | 0 | 15 | 5A | 5 | 2E | 59 | 34 |
| Octal | 362 | 277 | 27 | 0 | 25 | 132 | 5 | 56 | 131 | 64 |
| Binary | 11110010 | 10111111 | 10111 | 0 | 10101 | 1011010 | 101 | 101110 | 1011001 | 110100 |
Color Harmonies of #F2BF17
Complementary color
Monochromatic Colors of #F2BF17
Black with #F2BF17
Text Example
Text Example
White with #F2BF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BF17; }
p { color: rgb(242,191,23); }
H1.HeaderClassName
{
color: #F2BF17;
}
.AnyTagClassName
{
color: #F2BF17;
}
</style>
background-color css
<style>
a { background-color: #F2BF17; }
a { background-color: rgb(242,191,23); }
div.DivClassName
{
background-color: #F2BF17;
}
.BgClassName
{
background-color: #F2BF17;
}
</style>
border-color css
<style>
span { border-color: #F2BF17; }
span { border-color: rgb(242,191,23); }
td.TdClassName
{
border-color: #F2BF17;
}
.TagClassName
{
border-color: #F2BF17;
}
</style>