Shades of Yellow #F8F001
Tints of Yellow #F8F001
RGB
CMYK
RGB Variations
Color information
#F8F001 (or 0xF8F001) is known color: Yellow. HEX triplet: F8, F0 and 01. RGB value is (248,240,1). Sum of RGB (Red+Green+Blue) = 248+240+1=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 1 (0.78% from 255 or 0.20% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F001 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F001 is #070FFE. Grayscale: #D8D8D8. Windows color (decimal): -462847 or 127224. OLE color: 127224.
HSL color Cylindrical-coordinate representation of color #F8F001: hue angle of 58.06º 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 #F8F001 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.03 |
| HSL | 58.06º | 0.99% | 0.49% | - |
| HSV(B) | 58.06º | 1% | 0.97% | - |
| XYZ | 69.88 | 82.28 | 12.23 | - |
| YUV | 215.15 | 7.15 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 1 | 0 | 0.03 | 1.00 | 0.03 | 58.06 | 0.99 | 0.49 |
| Hex | F8 | F0 | 1 | 0 | 3 | 64 | 3 | 3A | 63 | 31 |
| Octal | 370 | 360 | 1 | 0 | 3 | 144 | 3 | 72 | 143 | 61 |
| Binary | 11111000 | 11110000 | 1 | 0 | 11 | 1100100 | 11 | 111010 | 1100011 | 110001 |
Color Harmonies of #F8F001
Complementary color
Monochromatic Colors of #F8F001
Black with #F8F001
Text Example
Text Example
White with #F8F001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F001; }
p { color: rgb(248,240,1); }
H1.HeaderClassName
{
color: #F8F001;
}
.AnyTagClassName
{
color: #F8F001;
}
</style>
background-color css
<style>
a { background-color: #F8F001; }
a { background-color: rgb(248,240,1); }
div.DivClassName
{
background-color: #F8F001;
}
.BgClassName
{
background-color: #F8F001;
}
</style>
border-color css
<style>
span { border-color: #F8F001; }
span { border-color: rgb(248,240,1); }
td.TdClassName
{
border-color: #F8F001;
}
.TagClassName
{
border-color: #F8F001;
}
</style>