Shades of Yellow #F8FA10
Tints of Yellow #F8FA10
RGB
CMYK
RGB Variations
Color information
#F8FA10 (or 0xF8FA10) is known color: Yellow. HEX triplet: F8, FA and 10. RGB value is (248,250,16). Sum of RGB (Red+Green+Blue) = 248+250+16=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 16 (6.64% from 255 or 3.11% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8FA10 is #0705EF. Grayscale: #DFDFDF. Windows color (decimal): -460272 or 1112824. OLE color: 1112824.
HSL color Cylindrical-coordinate representation of color #F8FA10: hue angle of 60.51º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8FA10 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 250 | 16 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.02 |
| HSL | 60.51º | 0.96% | 0.52% | - |
| HSV(B) | 60.51º | 0.94% | 0.98% | - |
| XYZ | 72.99 | 88.37 | 13.7 | - |
| YUV | 222.73 | 11.34 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 250 | 16 | 0.01 | 0 | 0.94 | 0.02 | 60.51 | 0.96 | 0.52 |
| Hex | F8 | FA | 10 | 1 | 0 | 5E | 2 | 3D | 60 | 34 |
| Octal | 370 | 372 | 20 | 1 | 0 | 136 | 2 | 75 | 140 | 64 |
| Binary | 11111000 | 11111010 | 10000 | 1 | 0 | 1011110 | 10 | 111101 | 1100000 | 110100 |
Color Harmonies of #F8FA10
Complementary color
Monochromatic Colors of #F8FA10
Black with #F8FA10
Text Example
Text Example
White with #F8FA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FA10; }
p { color: rgb(248,250,16); }
H1.HeaderClassName
{
color: #F8FA10;
}
.AnyTagClassName
{
color: #F8FA10;
}
</style>
background-color css
<style>
a { background-color: #F8FA10; }
a { background-color: rgb(248,250,16); }
div.DivClassName
{
background-color: #F8FA10;
}
.BgClassName
{
background-color: #F8FA10;
}
</style>
border-color css
<style>
span { border-color: #F8FA10; }
span { border-color: rgb(248,250,16); }
td.TdClassName
{
border-color: #F8FA10;
}
.TagClassName
{
border-color: #F8FA10;
}
</style>