Shades of Yellow #F8FD16
Tints of Yellow #F8FD16
RGB
CMYK
RGB Variations
Color information
#F8FD16 (or 0xF8FD16) is known color: Yellow. HEX triplet: F8, FD and 16. RGB value is (248,253,22). Sum of RGB (Red+Green+Blue) = 248+253+22=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 22 (8.98% from 255 or 4.21% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FD16 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8FD16 is #0702E9. Grayscale: #E2E2E2. Windows color (decimal): -459498 or 1506808. OLE color: 1506808.
HSL color Cylindrical-coordinate representation of color #F8FD16: hue angle of 61.3º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F8FD16 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 253 | 22 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.01 |
| HSL | 61.3º | 0.98% | 0.54% | - |
| HSV(B) | 61.3º | 0.91% | 0.99% | - |
| XYZ | 73.98 | 90.26 | 14.28 | - |
| YUV | 225.17 | 13.34 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 253 | 22 | 0.02 | 0 | 0.91 | 0.01 | 61.3 | 0.98 | 0.54 |
| Hex | F8 | FD | 16 | 2 | 0 | 5B | 1 | 3D | 62 | 36 |
| Octal | 370 | 375 | 26 | 2 | 0 | 133 | 1 | 75 | 142 | 66 |
| Binary | 11111000 | 11111101 | 10110 | 10 | 0 | 1011011 | 1 | 111101 | 1100010 | 110110 |
Color Harmonies of #F8FD16
Complementary color
Monochromatic Colors of #F8FD16
Black with #F8FD16
Text Example
Text Example
White with #F8FD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FD16; }
p { color: rgb(248,253,22); }
H1.HeaderClassName
{
color: #F8FD16;
}
.AnyTagClassName
{
color: #F8FD16;
}
</style>
background-color css
<style>
a { background-color: #F8FD16; }
a { background-color: rgb(248,253,22); }
div.DivClassName
{
background-color: #F8FD16;
}
.BgClassName
{
background-color: #F8FD16;
}
</style>
border-color css
<style>
span { border-color: #F8FD16; }
span { border-color: rgb(248,253,22); }
td.TdClassName
{
border-color: #F8FD16;
}
.TagClassName
{
border-color: #F8FD16;
}
</style>