Shades of Moon Yellow #F8BF15
Tints of Moon Yellow #F8BF15
RGB
CMYK
RGB Variations
Color information
#F8BF15 (or 0xF8BF15) is known color: Moon Yellow. HEX triplet: F8, BF and 15. RGB value is (248,191,21). Sum of RGB (Red+Green+Blue) = 248+191+21=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 21 (8.59% from 255 or 4.57% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F8BF15 is #0740EA. Grayscale: #BDBDBD. Windows color (decimal): -475371 or 1425400. OLE color: 1425400.
HSL color Cylindrical-coordinate representation of color #F8BF15: hue angle of 44.93º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8BF15 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 191 | 21 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.03 |
| HSL | 44.93º | 0.94% | 0.53% | - |
| HSV(B) | 44.93º | 0.92% | 0.97% | - |
| XYZ | 57.48 | 57.27 | 8.73 | - |
| YUV | 188.66 | 33.38 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 191 | 21 | 0 | 0.23 | 0.92 | 0.03 | 44.93 | 0.94 | 0.53 |
| Hex | F8 | BF | 15 | 0 | 17 | 5C | 3 | 2D | 5E | 35 |
| Octal | 370 | 277 | 25 | 0 | 27 | 134 | 3 | 55 | 136 | 65 |
| Binary | 11111000 | 10111111 | 10101 | 0 | 10111 | 1011100 | 11 | 101101 | 1011110 | 110101 |
Color Harmonies of #F8BF15
Complementary color
Monochromatic Colors of #F8BF15
Black with #F8BF15
Text Example
Text Example
White with #F8BF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8BF15; }
p { color: rgb(248,191,21); }
H1.HeaderClassName
{
color: #F8BF15;
}
.AnyTagClassName
{
color: #F8BF15;
}
</style>
background-color css
<style>
a { background-color: #F8BF15; }
a { background-color: rgb(248,191,21); }
div.DivClassName
{
background-color: #F8BF15;
}
.BgClassName
{
background-color: #F8BF15;
}
</style>
border-color css
<style>
span { border-color: #F8BF15; }
span { border-color: rgb(248,191,21); }
td.TdClassName
{
border-color: #F8BF15;
}
.TagClassName
{
border-color: #F8BF15;
}
</style>