Shades of Yellow #F2FF07
Tints of Yellow #F2FF07
RGB
CMYK
RGB Variations
Color information
#F2FF07 (or 0xF2FF07) is known color: Yellow. HEX triplet: F2, FF and 07. RGB value is (242,255,7). Sum of RGB (Red+Green+Blue) = 242+255+7=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 7 (3.12% from 255 or 1.39% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FF07 is #0D00F8. Grayscale: #DFDFDF. Windows color (decimal): -852217 or 524274. OLE color: 524274.
HSL color Cylindrical-coordinate representation of color #F2FF07: hue angle of 63.15º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2FF07 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 7 | - |
| CMYK | 0.05 | 0 | 0.97 | 0 |
| HSL | 63.15º | 1% | 0.51% | - |
| HSV(B) | 63.15º | 0.97% | 1% | - |
| XYZ | 72.42 | 90.41 | 13.84 | - |
| YUV | 222.84 | 6.19 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 7 | 0.05 | 0 | 0.97 | 0 | 63.15 | 1 | 0.51 |
| Hex | F2 | FF | 7 | 5 | 0 | 61 | 0 | 3F | 64 | 33 |
| Octal | 362 | 377 | 7 | 5 | 0 | 141 | 0 | 77 | 144 | 63 |
| Binary | 11110010 | 11111111 | 111 | 101 | 0 | 1100001 | 0 | 111111 | 1100100 | 110011 |
Color Harmonies of #F2FF07
Complementary color
Monochromatic Colors of #F2FF07
Black with #F2FF07
Text Example
Text Example
White with #F2FF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF07; }
p { color: rgb(242,255,7); }
H1.HeaderClassName
{
color: #F2FF07;
}
.AnyTagClassName
{
color: #F2FF07;
}
</style>
background-color css
<style>
a { background-color: #F2FF07; }
a { background-color: rgb(242,255,7); }
div.DivClassName
{
background-color: #F2FF07;
}
.BgClassName
{
background-color: #F2FF07;
}
</style>
border-color css
<style>
span { border-color: #F2FF07; }
span { border-color: rgb(242,255,7); }
td.TdClassName
{
border-color: #F2FF07;
}
.TagClassName
{
border-color: #F2FF07;
}
</style>