Shades of Yellow #F8FF10
Tints of Yellow #F8FF10
RGB
CMYK
RGB Variations
Color information
#F8FF10 (or 0xF8FF10) is known color: Yellow. HEX triplet: F8, FF and 10. RGB value is (248,255,16). Sum of RGB (Red+Green+Blue) = 248+255+16=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 16 (6.64% from 255 or 3.08% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #F8FF10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8FF10 is #0700EF. Grayscale: #E2E2E2. Windows color (decimal): -458992 or 1114104. OLE color: 1114104.
HSL color Cylindrical-coordinate representation of color #F8FF10: hue angle of 61.76º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8FF10 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 255 | 16 | - |
| CMYK | 0.03 | 0 | 0.94 | 0 |
| HSL | 61.76º | 1% | 0.53% | - |
| HSV(B) | 61.76º | 0.94% | 1% | - |
| XYZ | 74.56 | 91.51 | 14.22 | - |
| YUV | 225.66 | 9.68 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 255 | 16 | 0.03 | 0 | 0.94 | 0 | 61.76 | 1 | 0.53 |
| Hex | F8 | FF | 10 | 3 | 0 | 5E | 0 | 3E | 64 | 35 |
| Octal | 370 | 377 | 20 | 3 | 0 | 136 | 0 | 76 | 144 | 65 |
| Binary | 11111000 | 11111111 | 10000 | 11 | 0 | 1011110 | 0 | 111110 | 1100100 | 110101 |
Color Harmonies of #F8FF10
Complementary color
Monochromatic Colors of #F8FF10
Black with #F8FF10
Text Example
Text Example
White with #F8FF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FF10; }
p { color: rgb(248,255,16); }
H1.HeaderClassName
{
color: #F8FF10;
}
.AnyTagClassName
{
color: #F8FF10;
}
</style>
background-color css
<style>
a { background-color: #F8FF10; }
a { background-color: rgb(248,255,16); }
div.DivClassName
{
background-color: #F8FF10;
}
.BgClassName
{
background-color: #F8FF10;
}
</style>
border-color css
<style>
span { border-color: #F8FF10; }
span { border-color: rgb(248,255,16); }
td.TdClassName
{
border-color: #F8FF10;
}
.TagClassName
{
border-color: #F8FF10;
}
</style>