#F2FF00

Color #F2FF00 Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow #F2FF00

Tints of Yellow #F2FF00

Color information

#F2FF00 (or 0xF2FF00) is unknown color: approx 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

RGB2422550-
CMYK0.05010
HSL63.06º100%50%-
HSV(B)63.06º100%100%-
XYZ72.3890.413.63-
YUV222.042.69142.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 48.69%
GREEN value IS 255 (100% from 255) = 51.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.69%
G=51.31%
B=0%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal24225500.0501063.0610050
HexF2FF0506403f6432
Octal36237705014407714462
Binary111100101111111101010110010001111111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>