Shades of Yellow #F8F805
Tints of Yellow #F8F805
RGB
CMYK
RGB Variations
Color information
#F8F805 (or 0xF8F805) is known color: Yellow. HEX triplet: F8, F8 and 05. RGB value is (248,248,5). Sum of RGB (Red+Green+Blue) = 248+248+5=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 5 (2.34% from 255 or 1.00% from 501); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F805 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F805 is #0707FA. Grayscale: #DDDDDD. Windows color (decimal): -460795 or 391416. OLE color: 391416.
HSL color Cylindrical-coordinate representation of color #F8F805: hue angle of 60º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8F805 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 248 | 5 | - |
| CMYK | 0 | 0 | 0.98 | 0.03 |
| HSL | 60º | 0.96% | 0.5% | - |
| HSV(B) | 60º | 0.98% | 0.97% | - |
| XYZ | 72.31 | 87.1 | 13.15 | - |
| YUV | 220.3 | 6.5 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 248 | 5 | 0 | 0 | 0.98 | 0.03 | 60 | 0.96 | 0.5 |
| Hex | F8 | F8 | 5 | 0 | 0 | 62 | 3 | 3C | 60 | 32 |
| Octal | 370 | 370 | 5 | 0 | 0 | 142 | 3 | 74 | 140 | 62 |
| Binary | 11111000 | 11111000 | 101 | 0 | 0 | 1100010 | 11 | 111100 | 1100000 | 110010 |
Color Harmonies of #F8F805
Complementary color
Monochromatic Colors of #F8F805
Black with #F8F805
Text Example
Text Example
White with #F8F805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F805; }
p { color: rgb(248,248,5); }
H1.HeaderClassName
{
color: #F8F805;
}
.AnyTagClassName
{
color: #F8F805;
}
</style>
background-color css
<style>
a { background-color: #F8F805; }
a { background-color: rgb(248,248,5); }
div.DivClassName
{
background-color: #F8F805;
}
.BgClassName
{
background-color: #F8F805;
}
</style>
border-color css
<style>
span { border-color: #F8F805; }
span { border-color: rgb(248,248,5); }
td.TdClassName
{
border-color: #F8F805;
}
.TagClassName
{
border-color: #F8F805;
}
</style>