Shades of Yellow #F8F002
Tints of Yellow #F8F002
RGB
CMYK
RGB Variations
Color information
#F8F002 (or 0xF8F002) is known color: Yellow. HEX triplet: F8, F0 and 02. RGB value is (248,240,2). Sum of RGB (Red+Green+Blue) = 248+240+2=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 2 (1.17% from 255 or 0.41% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F002 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F002 is #070FFD. Grayscale: #D8D8D8. Windows color (decimal): -462846 or 192760. OLE color: 192760.
HSL color Cylindrical-coordinate representation of color #F8F002: hue angle of 58.05º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8F002 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.03 |
| HSL | 58.05º | 0.98% | 0.49% | - |
| HSV(B) | 58.05º | 0.99% | 0.97% | - |
| XYZ | 69.88 | 82.28 | 12.26 | - |
| YUV | 215.26 | 7.65 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 2 | 0 | 0.03 | 0.99 | 0.03 | 58.05 | 0.98 | 0.49 |
| Hex | F8 | F0 | 2 | 0 | 3 | 63 | 3 | 3A | 62 | 31 |
| Octal | 370 | 360 | 2 | 0 | 3 | 143 | 3 | 72 | 142 | 61 |
| Binary | 11111000 | 11110000 | 10 | 0 | 11 | 1100011 | 11 | 111010 | 1100010 | 110001 |
Color Harmonies of #F8F002
Complementary color
Monochromatic Colors of #F8F002
Black with #F8F002
Text Example
Text Example
White with #F8F002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F002; }
p { color: rgb(248,240,2); }
H1.HeaderClassName
{
color: #F8F002;
}
.AnyTagClassName
{
color: #F8F002;
}
</style>
background-color css
<style>
a { background-color: #F8F002; }
a { background-color: rgb(248,240,2); }
div.DivClassName
{
background-color: #F8F002;
}
.BgClassName
{
background-color: #F8F002;
}
</style>
border-color css
<style>
span { border-color: #F8F002; }
span { border-color: rgb(248,240,2); }
td.TdClassName
{
border-color: #F8F002;
}
.TagClassName
{
border-color: #F8F002;
}
</style>