Shades of Yellow #F8F501
Tints of Yellow #F8F501
RGB
CMYK
RGB Variations
Color information
#F8F501 (or 0xF8F501) is known color: Yellow. HEX triplet: F8, F5 and 01. RGB value is (248,245,1). Sum of RGB (Red+Green+Blue) = 248+245+1=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 245 (96.09% from 255 or 49.60% from 494); Blue value is 1 (0.78% from 255 or 0.20% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F501 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F501 is #070AFE. Grayscale: #DBDBDB. Windows color (decimal): -461567 or 128504. OLE color: 128504.
HSL color Cylindrical-coordinate representation of color #F8F501: hue angle of 59.27º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8F501 is Cyan = 0, Magento = 0.01, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 245 | 1 | - |
| CMYK | 0 | 0.01 | 1.00 | 0.03 |
| HSL | 59.27º | 0.99% | 0.49% | - |
| HSV(B) | 59.27º | 1% | 0.97% | - |
| XYZ | 71.37 | 85.26 | 12.72 | - |
| YUV | 218.08 | 5.49 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 245 | 1 | 0 | 0.01 | 1.00 | 0.03 | 59.27 | 0.99 | 0.49 |
| Hex | F8 | F5 | 1 | 0 | 1 | 64 | 3 | 3B | 63 | 31 |
| Octal | 370 | 365 | 1 | 0 | 1 | 144 | 3 | 73 | 143 | 61 |
| Binary | 11111000 | 11110101 | 1 | 0 | 1 | 1100100 | 11 | 111011 | 1100011 | 110001 |
Color Harmonies of #F8F501
Complementary color
Monochromatic Colors of #F8F501
Black with #F8F501
Text Example
Text Example
White with #F8F501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F501; }
p { color: rgb(248,245,1); }
H1.HeaderClassName
{
color: #F8F501;
}
.AnyTagClassName
{
color: #F8F501;
}
</style>
background-color css
<style>
a { background-color: #F8F501; }
a { background-color: rgb(248,245,1); }
div.DivClassName
{
background-color: #F8F501;
}
.BgClassName
{
background-color: #F8F501;
}
</style>
border-color css
<style>
span { border-color: #F8F501; }
span { border-color: rgb(248,245,1); }
td.TdClassName
{
border-color: #F8F501;
}
.TagClassName
{
border-color: #F8F501;
}
</style>