Shades of Yellow #F2FF00
Tints of Yellow #F2FF00
RGB
CMYK
RGB Variations
Color information
#F2FF00 (or 0xF2FF00) is known color: Yellow. HEX triplet: F2, FF and 00. RGB value is (242,255,0). Sum of RGB (Red+Green+Blue) = 242+255+0=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 0 (0.39% from 255 or 0% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2FF00 is #0D00FF. Grayscale: #DFDFDF. Windows color (decimal): -852224 or 65522. OLE color: 65522.
HSL color Cylindrical-coordinate representation of color #F2FF00: hue angle of 63.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2FF00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
RGB | 242 | 255 | 0 | - |
CMYK | 0.05 | 0 | 1 | 0 |
HSL | 63.06º | 1% | 0.5% | - |
HSV(B) | 63.06º | 1% | 1% | - |
XYZ | 72.38 | 90.4 | 13.63 | - |
YUV | 222.04 | 2.69 | 142.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 255 | 0 | 0.05 | 0 | 1 | 0 | 63.06 | 1 | 0.5 |
Hex | F2 | FF | 0 | 5 | 0 | 64 | 0 | 3F | 64 | 32 |
Octal | 362 | 377 | 0 | 5 | 0 | 144 | 0 | 77 | 144 | 62 |
Binary | 11110010 | 11111111 | 0 | 101 | 0 | 1100100 | 0 | 111111 | 1100100 | 110010 |
Color Harmonies of #F2FF00
Complementary color
Monochromatic Colors of #F2FF00
Black with #F2FF00
Text Example
Text Example
White with #F2FF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FF00; }
p { color: rgb(242,255,0); }
H1.HeaderClassName
{
color: #F2FF00;
}
.AnyTagClassName
{
color: #F2FF00;
}
</style>
background-color css
<style>
a { background-color: #F2FF00; }
a { background-color: rgb(242,255,0); }
div.DivClassName
{
background-color: #F2FF00;
}
.BgClassName
{
background-color: #F2FF00;
}
</style>
border-color css
<style>
span { border-color: #F2FF00; }
span { border-color: rgb(242,255,0); }
td.TdClassName
{
border-color: #F2FF00;
}
.TagClassName
{
border-color: #F2FF00;
}
</style>