Shades of Yellow #F2F802
Tints of Yellow #F2F802
RGB
CMYK
RGB Variations
Color information
#F2F802 (or 0xF2F802) is known color: Yellow. HEX triplet: F2, F8 and 02. RGB value is (242,248,2). Sum of RGB (Red+Green+Blue) = 242+248+2=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 2 (1.17% from 255 or 0.41% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F802 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F802 is #0D07FD. Grayscale: #DBDBDB. Windows color (decimal): -854014 or 194802. OLE color: 194802.
HSL color Cylindrical-coordinate representation of color #F2F802: hue angle of 61.46º 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 #F2F802 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.03 |
| HSL | 61.46º | 0.98% | 0.49% | - |
| HSV(B) | 61.46º | 0.99% | 0.97% | - |
| XYZ | 70.2 | 86.02 | 12.96 | - |
| YUV | 218.16 | 6.01 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 2 | 0.02 | 0 | 0.99 | 0.03 | 61.46 | 0.98 | 0.49 |
| Hex | F2 | F8 | 2 | 2 | 0 | 63 | 3 | 3D | 62 | 31 |
| Octal | 362 | 370 | 2 | 2 | 0 | 143 | 3 | 75 | 142 | 61 |
| Binary | 11110010 | 11111000 | 10 | 10 | 0 | 1100011 | 11 | 111101 | 1100010 | 110001 |
Color Harmonies of #F2F802
Complementary color
Monochromatic Colors of #F2F802
Black with #F2F802
Text Example
Text Example
White with #F2F802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F802; }
p { color: rgb(242,248,2); }
H1.HeaderClassName
{
color: #F2F802;
}
.AnyTagClassName
{
color: #F2F802;
}
</style>
background-color css
<style>
a { background-color: #F2F802; }
a { background-color: rgb(242,248,2); }
div.DivClassName
{
background-color: #F2F802;
}
.BgClassName
{
background-color: #F2F802;
}
</style>
border-color css
<style>
span { border-color: #F2F802; }
span { border-color: rgb(242,248,2); }
td.TdClassName
{
border-color: #F2F802;
}
.TagClassName
{
border-color: #F2F802;
}
</style>